Html Css Color HEX #D2C535 Wattle

📋 copy color: '#D2C535'

red 210 ◦ green 197 ◦ blue 53

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

Shades of Wattle #D2C535

Tints of Wattle #D2C535

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.83%

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

R = 45.65%
G = 42.83%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D2C535 (or 0xD2C535) is known color: Wattle. HEX triplet: D2, C5 and 35. RGB value is (210,197,53). Sum of RGB (Red+Green+Blue) = 210+197+53=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 53 (21.09% from 255 or 11.52% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C535 is #2D3ACA. Grayscale: #B9B9B9. Windows color (decimal): -2964171 or 3524050. OLE color: 3524050.

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

Color convert

RGB 210 197 53 -
CMYK 0 0.06 0.75 0.18
HSL 55.03º 0.64% 0.52% -
HSV(B) 55.03º 0.75% 0.82% -
XYZ 47.19 53.89 11.28 -
YUV 184.47 53.81 146.21 -
System Red Green Blue C M Y K H S L
Decimal 210 197 53 0 0.06 0.75 0.18 55.03 0.64 0.52
Hex D2 C5 35 0 6 4B 12 37 40 34
Octal 322 305 65 0 6 113 22 67 100 64
Binary 11010010 11000101 110101 0 110 1001011 10010 110111 1000000 110100

Color Harmonies of #D2C535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C535

Black with #D2C535

Text Example


Text Example

White with #D2C535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C535; }

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

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

background-color css

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

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

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

border-color css

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

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

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