Html Css Color HEX #D2C835 Wattle

📋 copy color: '#D2C835'

red 210 ◦ green 200 ◦ blue 53

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

Shades of Wattle #D2C835

Tints of Wattle #D2C835

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.2%

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

R = 45.36%
G = 43.2%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D2C835 (or 0xD2C835) is known color: Wattle. HEX triplet: D2, C8 and 35. RGB value is (210,200,53). Sum of RGB (Red+Green+Blue) = 210+200+53=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 53 (21.09% from 255 or 11.45% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C835 is #2D37CA. Grayscale: #BABABA. Windows color (decimal): -2963403 or 3524818. OLE color: 3524818.

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

Color convert

RGB 210 200 53 -
CMYK 0 0.05 0.75 0.18
HSL 56.18º 0.64% 0.52% -
HSV(B) 56.18º 0.75% 0.82% -
XYZ 47.88 55.27 11.51 -
YUV 186.23 52.81 144.95 -
System Red Green Blue C M Y K H S L
Decimal 210 200 53 0 0.05 0.75 0.18 56.18 0.64 0.52
Hex D2 C8 35 0 5 4B 12 38 40 34
Octal 322 310 65 0 5 113 22 70 100 64
Binary 11010010 11001000 110101 0 101 1001011 10010 111000 1000000 110100

Color Harmonies of #D2C835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C835

Black with #D2C835

Text Example


Text Example

White with #D2C835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C835; }

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

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

background-color css

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

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

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

border-color css

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

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

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