Html Css Color HEX #D2CC33 Wattle

📋 copy color: '#D2CC33'

red 210 ◦ green 204 ◦ blue 51

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

Shades of Wattle #D2CC33

Tints of Wattle #D2CC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.97%

R = 45.16%
G = 43.87%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D2CC33 (or 0xD2CC33) is known color: Wattle. HEX triplet: D2, CC and 33. RGB value is (210,204,51). Sum of RGB (Red+Green+Blue) = 210+204+51=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 51 (20.31% from 255 or 10.97% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CC33 is #2D33CC. Grayscale: #BCBCBC. Windows color (decimal): -2962381 or 3394770. OLE color: 3394770.

HSL color Cylindrical-coordinate representation of color #D2CC33: hue angle of 57.74º 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 #D2CC33 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 204 51 -
CMYK 0 0.03 0.76 0.18
HSL 57.74º 0.64% 0.51% -
HSV(B) 57.74º 0.76% 0.82% -
XYZ 48.77 57.13 11.59 -
YUV 188.35 50.49 143.44 -
System Red Green Blue C M Y K H S L
Decimal 210 204 51 0 0.03 0.76 0.18 57.74 0.64 0.51
Hex D2 CC 33 0 3 4C 12 3A 40 33
Octal 322 314 63 0 3 114 22 72 100 63
Binary 11010010 11001100 110011 0 11 1001100 10010 111010 1000000 110011

Color Harmonies of #D2CC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CC33

Black with #D2CC33

Text Example


Text Example

White with #D2CC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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