Html Css Color HEX #D9C52F Wattle

📋 copy color: '#D9C52F'

red 217 ◦ green 197 ◦ blue 47

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

Shades of Wattle #D9C52F

Tints of Wattle #D9C52F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.73%

 BLUE value IS 47 (18.75% from 255) = 10.2%

R = 47.07%
G = 42.73%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9C52F (or 0xD9C52F) is known color: Wattle. HEX triplet: D9, C5 and 2F. RGB value is (217,197,47). Sum of RGB (Red+Green+Blue) = 217+197+47=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 47 (18.75% from 255 or 10.20% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C52F is #263AD0. Grayscale: #BABABA. Windows color (decimal): -2505425 or 3130841. OLE color: 3130841.

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

Color convert

RGB 217 197 47 -
CMYK 0 0.09 0.78 0.15
HSL 52.94º 0.69% 0.52% -
HSV(B) 52.94º 0.78% 0.85% -
XYZ 49.09 54.89 10.7 -
YUV 185.88 49.63 150.2 -
System Red Green Blue C M Y K H S L
Decimal 217 197 47 0 0.09 0.78 0.15 52.94 0.69 0.52
Hex D9 C5 2F 0 9 4E F 35 45 34
Octal 331 305 57 0 11 116 17 65 105 64
Binary 11011001 11000101 101111 0 1001 1001110 1111 110101 1000101 110100

Color Harmonies of #D9C52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C52F

Black with #D9C52F

Text Example


Text Example

White with #D9C52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C52F; }

 p { color: rgb(217,197,47); }

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

background-color css

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

 a { background-color: rgb(217,197,47); }

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

border-color css

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

 span { border-color: rgb(217,197,47); }

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