Html Css Color HEX #D9CD40 Wattle

📋 copy color: '#D9CD40'

red 217 ◦ green 205 ◦ blue 64

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

Shades of Wattle #D9CD40

Tints of Wattle #D9CD40

RGB

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

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

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

R = 44.65%
G = 42.18%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9CD40 (or 0xD9CD40) is known color: Wattle. HEX triplet: D9, CD and 40. RGB value is (217,205,64). Sum of RGB (Red+Green+Blue) = 217+205+64=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 64 (25.39% from 255 or 13.17% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CD40 is #2632BF. Grayscale: #C1C1C1. Windows color (decimal): -2503360 or 4247001. OLE color: 4247001.

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

Color convert

RGB 217 205 64 -
CMYK 0 0.06 0.71 0.15
HSL 55.29º 0.67% 0.55% -
HSV(B) 55.29º 0.71% 0.85% -
XYZ 51.37 58.78 13.49 -
YUV 192.51 55.48 145.46 -
System Red Green Blue C M Y K H S L
Decimal 217 205 64 0 0.06 0.71 0.15 55.29 0.67 0.55
Hex D9 CD 40 0 6 47 F 37 43 37
Octal 331 315 100 0 6 107 17 67 103 67
Binary 11011001 11001101 1000000 0 110 1000111 1111 110111 1000011 110111

Color Harmonies of #D9CD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CD40

Black with #D9CD40

Text Example


Text Example

White with #D9CD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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