Html Css Color HEX #D4CB39 Wattle

📋 copy color: '#D4CB39'

red 212 ◦ green 203 ◦ blue 57

#D4CB39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wattle #D4CB39

Tints of Wattle #D4CB39

RGB

 RED value IS 212 (83.2% from 255) = 44.92%

 GREEN value IS 203 (79.69% from 255) = 43.01%

 BLUE value IS 57 (22.66% from 255) = 12.08%

R = 44.92%
G = 43.01%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4CB39 (or 0xD4CB39) is known color: Wattle. HEX triplet: D4, CB and 39. RGB value is (212,203,57). Sum of RGB (Red+Green+Blue) = 212+203+57=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 57 (22.66% from 255 or 12.08% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CB39 is #2B34C6. Grayscale: #BDBDBD. Windows color (decimal): -2831559 or 3787732. OLE color: 3787732.

HSL color Cylindrical-coordinate representation of color #D4CB39: hue angle of 56.52º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4CB39 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 203 57 -
CMYK 0 0.04 0.73 0.17
HSL 56.52º 0.64% 0.53% -
HSV(B) 56.52º 0.73% 0.83% -
XYZ 49.25 57 12.28 -
YUV 189.05 53.48 144.37 -
System Red Green Blue C M Y K H S L
Decimal 212 203 57 0 0.04 0.73 0.17 56.52 0.64 0.53
Hex D4 CB 39 0 4 49 11 39 40 35
Octal 324 313 71 0 4 111 21 71 100 65
Binary 11010100 11001011 111001 0 100 1001001 10001 111001 1000000 110101

Color Harmonies of #D4CB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CB39

Black with #D4CB39

Text Example


Text Example

White with #D4CB39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CB39; }

 p { color: rgb(212,203,57); }

 H1.HeaderClassName
 {
   color: #D4CB39;
 }
 .AnyTagClassName
 {
   color: #D4CB39;
 }
</style>

background-color css

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

 a { background-color: rgb(212,203,57); }

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

border-color css

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

 span { border-color: rgb(212,203,57); }

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