Html Css Color HEX #D9CC32 Wattle

📋 copy color: '#D9CC32'

red 217 ◦ green 204 ◦ blue 50

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

Shades of Wattle #D9CC32

Tints of Wattle #D9CC32

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.31%

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

R = 46.07%
G = 43.31%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D9CC32 (or 0xD9CC32) is known color: Wattle. HEX triplet: D9, CC and 32. RGB value is (217,204,50). Sum of RGB (Red+Green+Blue) = 217+204+50=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 50 (19.92% from 255 or 10.62% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CC32 is #2633CD. Grayscale: #BEBEBE. Windows color (decimal): -2503630 or 3329241. OLE color: 3329241.

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

Color convert

RGB 217 204 50 -
CMYK 0 0.06 0.77 0.15
HSL 55.33º 0.69% 0.52% -
HSV(B) 55.33º 0.77% 0.85% -
XYZ 50.78 58.17 11.57 -
YUV 190.33 48.81 147.02 -
System Red Green Blue C M Y K H S L
Decimal 217 204 50 0 0.06 0.77 0.15 55.33 0.69 0.52
Hex D9 CC 32 0 6 4D F 37 45 34
Octal 331 314 62 0 6 115 17 67 105 64
Binary 11011001 11001100 110010 0 110 1001101 1111 110111 1000101 110100

Color Harmonies of #D9CC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CC32

Black with #D9CC32

Text Example


Text Example

White with #D9CC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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