Html Css Color HEX #D2CC3F Wattle

📋 copy color: '#D2CC3F'

red 210 ◦ green 204 ◦ blue 63

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

Shades of Wattle #D2CC3F

Tints of Wattle #D2CC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.21%

R = 44.03%
G = 42.77%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2CC3F (or 0xD2CC3F) is known color: Wattle. HEX triplet: D2, CC and 3F. RGB value is (210,204,63). Sum of RGB (Red+Green+Blue) = 210+204+63=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 63 (25% from 255 or 13.21% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CC3F is #2D33C0. Grayscale: #BEBEBE. Windows color (decimal): -2962369 or 4181202. OLE color: 4181202.

HSL color Cylindrical-coordinate representation of color #D2CC3F: hue angle of 57.55º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2CC3F is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 204 63 -
CMYK 0 0.03 0.70 0.18
HSL 57.55º 0.62% 0.54% -
HSV(B) 57.55º 0.7% 0.82% -
XYZ 49.07 57.25 13.17 -
YUV 189.72 56.49 142.46 -
System Red Green Blue C M Y K H S L
Decimal 210 204 63 0 0.03 0.70 0.18 57.55 0.62 0.54
Hex D2 CC 3F 0 3 46 12 3A 3E 36
Octal 322 314 77 0 3 106 22 72 76 66
Binary 11010010 11001100 111111 0 11 1000110 10010 111010 111110 110110

Color Harmonies of #D2CC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CC3F

Black with #D2CC3F

Text Example


Text Example

White with #D2CC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CC3F; }

 p { color: rgb(210,204,63); }

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

background-color css

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

 a { background-color: rgb(210,204,63); }

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

border-color css

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

 span { border-color: rgb(210,204,63); }

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