Html Css Color HEX #D4CC42 Wattle

📋 copy color: '#D4CC42'

red 212 ◦ green 204 ◦ blue 66

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

Shades of Wattle #D4CC42

Tints of Wattle #D4CC42

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.32%

 BLUE value IS 66 (26.17% from 255) = 13.69%

R = 43.98%
G = 42.32%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D4CC42 (or 0xD4CC42) is known color: Wattle. HEX triplet: D4, CC and 42. RGB value is (212,204,66). Sum of RGB (Red+Green+Blue) = 212+204+66=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 66 (26.17% from 255 or 13.69% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CC42 is #2B33BD. Grayscale: #BFBFBF. Windows color (decimal): -2831294 or 4377812. OLE color: 4377812.

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

Color convert

RGB 212 204 66 -
CMYK 0 0.04 0.69 0.17
HSL 56.71º 0.63% 0.55% -
HSV(B) 56.71º 0.69% 0.83% -
XYZ 49.73 57.58 13.65 -
YUV 190.66 57.65 143.22 -
System Red Green Blue C M Y K H S L
Decimal 212 204 66 0 0.04 0.69 0.17 56.71 0.63 0.55
Hex D4 CC 42 0 4 45 11 39 3F 37
Octal 324 314 102 0 4 105 21 71 77 67
Binary 11010100 11001100 1000010 0 100 1000101 10001 111001 111111 110111

Color Harmonies of #D4CC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CC42

Black with #D4CC42

Text Example


Text Example

White with #D4CC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CC42; }

 p { color: rgb(212,204,66); }

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

background-color css

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

 a { background-color: rgb(212,204,66); }

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

border-color css

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

 span { border-color: rgb(212,204,66); }

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