Html Css Color HEX #D2C332 Wattle

📋 copy color: '#D2C332'

red 210 ◦ green 195 ◦ blue 50

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

Shades of Wattle #D2C332

Tints of Wattle #D2C332

RGB

 RED value IS 210 (82.42% from 255) = 46.15%

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

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

R = 46.15%
G = 42.86%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D2C332 (or 0xD2C332) is known color: Wattle. HEX triplet: D2, C3 and 32. RGB value is (210,195,50). Sum of RGB (Red+Green+Blue) = 210+195+50=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C332 is #2D3CCD. Grayscale: #B7B7B7. Windows color (decimal): -2964686 or 3326930. OLE color: 3326930.

HSL color Cylindrical-coordinate representation of color #D2C332: hue angle of 54.38º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2C332 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 195 50 -
CMYK 0 0.07 0.76 0.18
HSL 54.38º 0.64% 0.51% -
HSV(B) 54.38º 0.76% 0.82% -
XYZ 46.67 52.96 10.78 -
YUV 182.96 52.97 147.29 -
System Red Green Blue C M Y K H S L
Decimal 210 195 50 0 0.07 0.76 0.18 54.38 0.64 0.51
Hex D2 C3 32 0 7 4C 12 36 40 33
Octal 322 303 62 0 7 114 22 66 100 63
Binary 11010010 11000011 110010 0 111 1001100 10010 110110 1000000 110011

Color Harmonies of #D2C332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C332

Black with #D2C332

Text Example


Text Example

White with #D2C332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C332; }

 p { color: rgb(210,195,50); }

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

background-color css

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

 a { background-color: rgb(210,195,50); }

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

border-color css

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

 span { border-color: rgb(210,195,50); }

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