Html Css Color HEX #D9CD42 Wattle

📋 copy color: '#D9CD42'

red 217 ◦ green 205 ◦ blue 66

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

Shades of Wattle #D9CD42

Tints of Wattle #D9CD42

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.01%

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

R = 44.47%
G = 42.01%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D9CD42 (or 0xD9CD42) is known color: Wattle. HEX triplet: D9, CD and 42. RGB value is (217,205,66). Sum of RGB (Red+Green+Blue) = 217+205+66=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 66 (26.17% from 255 or 13.52% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CD42 is #2632BD. Grayscale: #C1C1C1. Windows color (decimal): -2503358 or 4378073. OLE color: 4378073.

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

Color convert

RGB 217 205 66 -
CMYK 0 0.06 0.70 0.15
HSL 55.23º 0.67% 0.55% -
HSV(B) 55.23º 0.7% 0.85% -
XYZ 51.43 58.81 13.79 -
YUV 192.74 56.48 145.3 -
System Red Green Blue C M Y K H S L
Decimal 217 205 66 0 0.06 0.70 0.15 55.23 0.67 0.55
Hex D9 CD 42 0 6 46 F 37 43 37
Octal 331 315 102 0 6 106 17 67 103 67
Binary 11011001 11001101 1000010 0 110 1000110 1111 110111 1000011 110111

Color Harmonies of #D9CD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CD42

Black with #D9CD42

Text Example


Text Example

White with #D9CD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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