Html Css Color HEX #D8CC37 Wattle

📋 copy color: '#D8CC37'

red 216 ◦ green 204 ◦ blue 55

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

Shades of Wattle #D8CC37

Tints of Wattle #D8CC37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.58%

R = 45.47%
G = 42.95%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D8CC37 (or 0xD8CC37) is known color: Wattle. HEX triplet: D8, CC and 37. RGB value is (216,204,55). Sum of RGB (Red+Green+Blue) = 216+204+55=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 55 (21.88% from 255 or 11.58% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CC37 is #2733C8. Grayscale: #BFBFBF. Windows color (decimal): -2569161 or 3656920. OLE color: 3656920.

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

Color convert

RGB 216 204 55 -
CMYK 0 0.06 0.75 0.15
HSL 55.53º 0.67% 0.53% -
HSV(B) 55.53º 0.75% 0.85% -
XYZ 50.6 58.06 12.15 -
YUV 190.6 51.48 146.12 -
System Red Green Blue C M Y K H S L
Decimal 216 204 55 0 0.06 0.75 0.15 55.53 0.67 0.53
Hex D8 CC 37 0 6 4B F 38 43 35
Octal 330 314 67 0 6 113 17 70 103 65
Binary 11011000 11001100 110111 0 110 1001011 1111 111000 1000011 110101

Color Harmonies of #D8CC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CC37

Black with #D8CC37

Text Example


Text Example

White with #D8CC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CC37; }

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

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

background-color css

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

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

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

border-color css

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

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

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