Html Css Color HEX #D9D132 Wattle

📋 copy color: '#D9D132'

red 217 ◦ green 209 ◦ blue 50

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

Shades of Wattle #D9D132

Tints of Wattle #D9D132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.5%

R = 45.59%
G = 43.91%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D9D132 (or 0xD9D132) is known color: Wattle. HEX triplet: D9, D1 and 32. RGB value is (217,209,50). Sum of RGB (Red+Green+Blue) = 217+209+50=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D132 is #262ECD. Grayscale: #C1C1C1. Windows color (decimal): -2502350 or 3330521. OLE color: 3330521.

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

Color convert

RGB 217 209 50 -
CMYK 0 0.04 0.77 0.15
HSL 57.13º 0.69% 0.52% -
HSV(B) 57.13º 0.77% 0.85% -
XYZ 51.99 60.58 11.97 -
YUV 193.27 47.15 144.93 -
System Red Green Blue C M Y K H S L
Decimal 217 209 50 0 0.04 0.77 0.15 57.13 0.69 0.52
Hex D9 D1 32 0 4 4D F 39 45 34
Octal 331 321 62 0 4 115 17 71 105 64
Binary 11011001 11010001 110010 0 100 1001101 1111 111001 1000101 110100

Color Harmonies of #D9D132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D132

Black with #D9D132

Text Example


Text Example

White with #D9D132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D132; }

 p { color: rgb(217,209,50); }

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

background-color css

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

 a { background-color: rgb(217,209,50); }

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

border-color css

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

 span { border-color: rgb(217,209,50); }

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