Html Css Color HEX #D9D042 Wattle

📋 copy color: '#D9D042'

red 217 ◦ green 208 ◦ blue 66

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

Shades of Wattle #D9D042

Tints of Wattle #D9D042

RGB

 RED value IS 217 (85.16% from 255) = 44.2%

 GREEN value IS 208 (81.64% from 255) = 42.36%

 BLUE value IS 66 (26.17% from 255) = 13.44%

R = 44.2%
G = 42.36%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D9D042 (or 0xD9D042) is known color: Wattle. HEX triplet: D9, D0 and 42. RGB value is (217,208,66). Sum of RGB (Red+Green+Blue) = 217+208+66=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 66 (26.17% from 255 or 13.44% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D042 is #262FBD. Grayscale: #C3C3C3. Windows color (decimal): -2502590 or 4378841. OLE color: 4378841.

HSL color Cylindrical-coordinate representation of color #D9D042: hue angle of 56.42º degrees, saturation: 0.67, 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 #D9D042 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 208 66 -
CMYK 0 0.04 0.70 0.15
HSL 56.42º 0.67% 0.55% -
HSV(B) 56.42º 0.7% 0.85% -
XYZ 52.15 60.26 14.04 -
YUV 194.5 55.48 144.05 -
System Red Green Blue C M Y K H S L
Decimal 217 208 66 0 0.04 0.70 0.15 56.42 0.67 0.55
Hex D9 D0 42 0 4 46 F 38 43 37
Octal 331 320 102 0 4 106 17 70 103 67
Binary 11011001 11010000 1000010 0 100 1000110 1111 111000 1000011 110111

Color Harmonies of #D9D042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D042

Black with #D9D042

Text Example


Text Example

White with #D9D042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D042; }

 p { color: rgb(217,208,66); }

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

background-color css

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

 a { background-color: rgb(217,208,66); }

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

border-color css

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

 span { border-color: rgb(217,208,66); }

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