Html Css Color HEX #D8D140 Wattle

📋 copy color: '#D8D140'

red 216 ◦ green 209 ◦ blue 64

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

Shades of Wattle #D8D140

Tints of Wattle #D8D140

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.74%

 BLUE value IS 64 (25.39% from 255) = 13.09%

R = 44.17%
G = 42.74%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D8D140 (or 0xD8D140) is known color: Wattle. HEX triplet: D8, D1 and 40. RGB value is (216,209,64). Sum of RGB (Red+Green+Blue) = 216+209+64=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D140 is #272EBF. Grayscale: #C3C3C3. Windows color (decimal): -2567872 or 4248024. OLE color: 4248024.

HSL color Cylindrical-coordinate representation of color #D8D140: hue angle of 57.24º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8D140 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 209 64 -
CMYK 0 0.03 0.70 0.15
HSL 57.24º 0.66% 0.55% -
HSV(B) 57.24º 0.7% 0.85% -
XYZ 52.04 60.57 13.8 -
YUV 194.56 54.32 143.29 -
System Red Green Blue C M Y K H S L
Decimal 216 209 64 0 0.03 0.70 0.15 57.24 0.66 0.55
Hex D8 D1 40 0 3 46 F 39 42 37
Octal 330 321 100 0 3 106 17 71 102 67
Binary 11011000 11010001 1000000 0 11 1000110 1111 111001 1000010 110111

Color Harmonies of #D8D140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D140

Black with #D8D140

Text Example


Text Example

White with #D8D140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D140; }

 p { color: rgb(216,209,64); }

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

background-color css

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

 a { background-color: rgb(216,209,64); }

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

border-color css

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

 span { border-color: rgb(216,209,64); }

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