Html Css Color HEX #D8CF31 Wattle

📋 copy color: '#D8CF31'

red 216 ◦ green 207 ◦ blue 49

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

Shades of Wattle #D8CF31

Tints of Wattle #D8CF31

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.86%

 BLUE value IS 49 (19.53% from 255) = 10.38%

R = 45.76%
G = 43.86%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D8CF31 (or 0xD8CF31) is known color: Wattle. HEX triplet: D8, CF and 31. RGB value is (216,207,49). Sum of RGB (Red+Green+Blue) = 216+207+49=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 49 (19.53% from 255 or 10.38% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CF31 is #2730CE. Grayscale: #C0C0C0. Windows color (decimal): -2568399 or 3264472. OLE color: 3264472.

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

Color convert

RGB 216 207 49 -
CMYK 0 0.04 0.77 0.15
HSL 56.77º 0.68% 0.52% -
HSV(B) 56.77º 0.77% 0.85% -
XYZ 51.19 59.45 11.68 -
YUV 191.68 47.48 145.35 -
System Red Green Blue C M Y K H S L
Decimal 216 207 49 0 0.04 0.77 0.15 56.77 0.68 0.52
Hex D8 CF 31 0 4 4D F 39 44 34
Octal 330 317 61 0 4 115 17 71 104 64
Binary 11011000 11001111 110001 0 100 1001101 1111 111001 1000100 110100

Color Harmonies of #D8CF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CF31

Black with #D8CF31

Text Example


Text Example

White with #D8CF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CF31; }

 p { color: rgb(216,207,49); }

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

background-color css

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

 a { background-color: rgb(216,207,49); }

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

border-color css

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

 span { border-color: rgb(216,207,49); }

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