Html Css Color HEX #D6CC42 Wattle

📋 copy color: '#D6CC42'

red 214 ◦ green 204 ◦ blue 66

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

Shades of Wattle #D6CC42

Tints of Wattle #D6CC42

RGB

 RED value IS 214 (83.98% from 255) = 44.21%

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

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

R = 44.21%
G = 42.15%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D6CC42 (or 0xD6CC42) is known color: Wattle. HEX triplet: D6, CC and 42. RGB value is (214,204,66). Sum of RGB (Red+Green+Blue) = 214+204+66=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 66 (26.17% from 255 or 13.64% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CC42 is #2933BD. Grayscale: #BFBFBF. Windows color (decimal): -2700222 or 4377814. OLE color: 4377814.

HSL color Cylindrical-coordinate representation of color #D6CC42: hue angle of 55.95º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6CC42 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 66 -
CMYK 0 0.05 0.69 0.16
HSL 55.95º 0.64% 0.55% -
HSV(B) 55.95º 0.69% 0.84% -
XYZ 50.31 57.88 13.67 -
YUV 191.26 57.31 144.22 -
System Red Green Blue C M Y K H S L
Decimal 214 204 66 0 0.05 0.69 0.16 55.95 0.64 0.55
Hex D6 CC 42 0 5 45 10 38 40 37
Octal 326 314 102 0 5 105 20 70 100 67
Binary 11010110 11001100 1000010 0 101 1000101 10000 111000 1000000 110111

Color Harmonies of #D6CC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC42

Black with #D6CC42

Text Example


Text Example

White with #D6CC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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