Html Css Color HEX #D2CC34 Wattle

📋 copy color: '#D2CC34'

red 210 ◦ green 204 ◦ blue 52

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

Shades of Wattle #D2CC34

Tints of Wattle #D2CC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.16%

R = 45.06%
G = 43.78%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D2CC34 (or 0xD2CC34) is known color: Wattle. HEX triplet: D2, CC and 34. RGB value is (210,204,52). Sum of RGB (Red+Green+Blue) = 210+204+52=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CC34 is #2D33CB. Grayscale: #BDBDBD. Windows color (decimal): -2962380 or 3460306. OLE color: 3460306.

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

Color convert

RGB 210 204 52 -
CMYK 0 0.03 0.75 0.18
HSL 57.72º 0.64% 0.51% -
HSV(B) 57.72º 0.75% 0.82% -
XYZ 48.79 57.14 11.71 -
YUV 188.47 50.99 143.36 -
System Red Green Blue C M Y K H S L
Decimal 210 204 52 0 0.03 0.75 0.18 57.72 0.64 0.51
Hex D2 CC 34 0 3 4B 12 3A 40 33
Octal 322 314 64 0 3 113 22 72 100 63
Binary 11010010 11001100 110100 0 11 1001011 10010 111010 1000000 110011

Color Harmonies of #D2CC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CC34

Black with #D2CC34

Text Example


Text Example

White with #D2CC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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