Html Css Color HEX #D9C331 Wattle

📋 copy color: '#D9C331'

red 217 ◦ green 195 ◦ blue 49

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

Shades of Wattle #D9C331

Tints of Wattle #D9C331

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.3%

 BLUE value IS 49 (19.53% from 255) = 10.63%

R = 47.07%
G = 42.3%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D9C331 (or 0xD9C331) is known color: Wattle. HEX triplet: D9, C3 and 31. RGB value is (217,195,49). Sum of RGB (Red+Green+Blue) = 217+195+49=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 49 (19.53% from 255 or 10.63% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C331 is #263CCE. Grayscale: #B9B9B9. Windows color (decimal): -2505935 or 3261401. OLE color: 3261401.

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

Color convert

RGB 217 195 49 -
CMYK 0 0.10 0.77 0.15
HSL 52.14º 0.69% 0.52% -
HSV(B) 52.14º 0.77% 0.85% -
XYZ 48.68 54 10.76 -
YUV 184.93 51.29 150.87 -
System Red Green Blue C M Y K H S L
Decimal 217 195 49 0 0.10 0.77 0.15 52.14 0.69 0.52
Hex D9 C3 31 0 A 4D F 34 45 34
Octal 331 303 61 0 12 115 17 64 105 64
Binary 11011001 11000011 110001 0 1010 1001101 1111 110100 1000101 110100

Color Harmonies of #D9C331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C331

Black with #D9C331

Text Example


Text Example

White with #D9C331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C331; }

 p { color: rgb(217,195,49); }

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

background-color css

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

 a { background-color: rgb(217,195,49); }

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

border-color css

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

 span { border-color: rgb(217,195,49); }

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