Html Css Color HEX #D9C32E Wattle

📋 copy color: '#D9C32E'

red 217 ◦ green 195 ◦ blue 46

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

Shades of Wattle #D9C32E

Tints of Wattle #D9C32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.04%

R = 47.38%
G = 42.58%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9C32E (or 0xD9C32E) is known color: Wattle. HEX triplet: D9, C3 and 2E. RGB value is (217,195,46). Sum of RGB (Red+Green+Blue) = 217+195+46=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 46 (18.36% from 255 or 10.04% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C32E is #263CD1. Grayscale: #B9B9B9. Windows color (decimal): -2505938 or 3064793. OLE color: 3064793.

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

Color convert

RGB 217 195 46 -
CMYK 0 0.10 0.79 0.15
HSL 52.28º 0.69% 0.52% -
HSV(B) 52.28º 0.79% 0.85% -
XYZ 48.62 53.98 10.44 -
YUV 184.59 49.79 151.12 -
System Red Green Blue C M Y K H S L
Decimal 217 195 46 0 0.10 0.79 0.15 52.28 0.69 0.52
Hex D9 C3 2E 0 A 4F F 34 45 34
Octal 331 303 56 0 12 117 17 64 105 64
Binary 11011001 11000011 101110 0 1010 1001111 1111 110100 1000101 110100

Color Harmonies of #D9C32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C32E

Black with #D9C32E

Text Example


Text Example

White with #D9C32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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