Html Css Color HEX #D2CC35 Wattle

📋 copy color: '#D2CC35'

red 210 ◦ green 204 ◦ blue 53

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

Shades of Wattle #D2CC35

Tints of Wattle #D2CC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.35%

R = 44.97%
G = 43.68%
B = 11.35%

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

#D2CC35 (or 0xD2CC35) is known color: Wattle. HEX triplet: D2, CC and 35. RGB value is (210,204,53). Sum of RGB (Red+Green+Blue) = 210+204+53=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CC35 is #2D33CA. Grayscale: #BDBDBD. Windows color (decimal): -2962379 or 3525842. OLE color: 3525842.

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

Color convert

RGB 210 204 53 -
CMYK 0 0.03 0.75 0.18
HSL 57.71º 0.64% 0.52% -
HSV(B) 57.71º 0.75% 0.82% -
XYZ 48.81 57.14 11.83 -
YUV 188.58 51.49 143.28 -
System Red Green Blue C M Y K H S L
Decimal 210 204 53 0 0.03 0.75 0.18 57.71 0.64 0.52
Hex D2 CC 35 0 3 4B 12 3A 40 34
Octal 322 314 65 0 3 113 22 72 100 64
Binary 11010010 11001100 110101 0 11 1001011 10010 111010 1000000 110100

Color Harmonies of #D2CC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CC35

Black with #D2CC35

Text Example


Text Example

White with #D2CC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CC35; }

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

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

background-color css

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

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

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

border-color css

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

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

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