Html Css Color HEX #D8CC34 Wattle

📋 copy color: '#D8CC34'

red 216 ◦ green 204 ◦ blue 52

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

Shades of Wattle #D8CC34

Tints of Wattle #D8CC34

RGB

 RED value IS 216 (84.77% from 255) = 45.76%

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

 BLUE value IS 52 (20.7% from 255) = 11.02%

R = 45.76%
G = 43.22%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D8CC34 (or 0xD8CC34) is known color: Wattle. HEX triplet: D8, CC and 34. RGB value is (216,204,52). Sum of RGB (Red+Green+Blue) = 216+204+52=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CC34 is #2733CB. Grayscale: #BEBEBE. Windows color (decimal): -2569164 or 3460312. OLE color: 3460312.

HSL color Cylindrical-coordinate representation of color #D8CC34: hue angle of 55.61º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8CC34 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 204 52 -
CMYK 0 0.06 0.76 0.15
HSL 55.61º 0.68% 0.53% -
HSV(B) 55.61º 0.76% 0.85% -
XYZ 50.53 58.03 11.79 -
YUV 190.26 49.98 146.36 -
System Red Green Blue C M Y K H S L
Decimal 216 204 52 0 0.06 0.76 0.15 55.61 0.68 0.53
Hex D8 CC 34 0 6 4C F 38 44 35
Octal 330 314 64 0 6 114 17 70 104 65
Binary 11011000 11001100 110100 0 110 1001100 1111 111000 1000100 110101

Color Harmonies of #D8CC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CC34

Black with #D8CC34

Text Example


Text Example

White with #D8CC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CC34; }

 p { color: rgb(216,204,52); }

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

background-color css

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

 a { background-color: rgb(216,204,52); }

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

border-color css

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

 span { border-color: rgb(216,204,52); }

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