#D5CF30

Color #D5CF30 Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #D5CF30

Tints of Wattle #D5CF30

Color information

#D5CF30 (or 0xD5CF30) is unknown color: approx Wattle. HEX triplet: D5, CF and 30. RGB value is (213,207,48). Sum of RGB (Red+Green+Blue) = 213+207+48=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CF30 is #2A30CF. Grayscale: #BFBFBF. Windows color (decimal): -2765008 or 3198933. OLE color: 3198933.

HSL color Cylindrical-coordinate representation of color #D5CF30: hue angle of 57.82º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5CF30 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB21320748-
CMYK00.030.770.16
HSL57.82º66.27%51.18%-
HSV(B)57.82º77.46%83.53%-
XYZ50.2958.9911.53-
YUV190.6747.49143.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 45.51%
GREEN value IS 207 (81.25% from 255) = 44.23%
BLUE value IS 48 (19.14% from 255) = 10.26%
R=45.51%
G=44.23%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132074800.030.770.1657.8266.2751.18
HexD5CF30034D103a4233
Octal3253176003115207210263
Binary11010101110011111100000111001101100001110101000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CF30; }

 p { color: rgb(213,207,48); }

 H1.HeaderClassName
 {
   color: #D5CF30;
 }
 .AnyTagClassName
 {
   color: #D5CF30;
 }
</style>
background-color css

<style>
 a { background-color: #D5CF30; }

 a { background-color: rgb(213,207,48); }

 div.DivClassName
 {
   background-color: #D5CF30;
 }
 .BgClassName
 {
   background-color: #D5CF30;
 }
</style>
border-color css

<style>
 span { border-color: #D5CF30; }

 span { border-color: rgb(213,207,48); }

 td.TdClassName
 {
   border-color: #D5CF30;
 }
 .TagClassName
 {
   border-color: #D5CF30;
 }
</style>