Html Css Color HEX #D8CC2F Wattle

📋 copy color: '#D8CC2F'

red 216 ◦ green 204 ◦ blue 47

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

Shades of Wattle #D8CC2F

Tints of Wattle #D8CC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.06%

R = 46.25%
G = 43.68%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8CC2F (or 0xD8CC2F) is known color: Wattle. HEX triplet: D8, CC and 2F. RGB value is (216,204,47). Sum of RGB (Red+Green+Blue) = 216+204+47=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CC2F is #2733D0. Grayscale: #BEBEBE. Windows color (decimal): -2569169 or 3132632. OLE color: 3132632.

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

Color convert

RGB 216 204 47 -
CMYK 0 0.06 0.78 0.15
HSL 55.74º 0.68% 0.52% -
HSV(B) 55.74º 0.78% 0.85% -
XYZ 50.42 57.99 11.22 -
YUV 189.69 47.48 146.77 -
System Red Green Blue C M Y K H S L
Decimal 216 204 47 0 0.06 0.78 0.15 55.74 0.68 0.52
Hex D8 CC 2F 0 6 4E F 38 44 34
Octal 330 314 57 0 6 116 17 70 104 64
Binary 11011000 11001100 101111 0 110 1001110 1111 111000 1000100 110100

Color Harmonies of #D8CC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CC2F

Black with #D8CC2F

Text Example


Text Example

White with #D8CC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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