Html Css Color HEX #D2C034 Wattle

📋 copy color: '#D2C034'

red 210 ◦ green 192 ◦ blue 52

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

Shades of Wattle #D2C034

Tints of Wattle #D2C034

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.29%

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

R = 46.26%
G = 42.29%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D2C034 (or 0xD2C034) is known color: Wattle. HEX triplet: D2, C0 and 34. RGB value is (210,192,52). Sum of RGB (Red+Green+Blue) = 210+192+52=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 52 (20.70% from 255 or 11.45% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C034 is #2D3FCB. Grayscale: #B6B6B6. Windows color (decimal): -2965452 or 3457234. OLE color: 3457234.

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

Color convert

RGB 210 192 52 -
CMYK 0 0.09 0.75 0.18
HSL 53.16º 0.64% 0.51% -
HSV(B) 53.16º 0.75% 0.82% -
XYZ 46.05 51.65 10.79 -
YUV 181.42 54.96 148.38 -
System Red Green Blue C M Y K H S L
Decimal 210 192 52 0 0.09 0.75 0.18 53.16 0.64 0.51
Hex D2 C0 34 0 9 4B 12 35 40 33
Octal 322 300 64 0 11 113 22 65 100 63
Binary 11010010 11000000 110100 0 1001 1001011 10010 110101 1000000 110011

Color Harmonies of #D2C034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C034

Black with #D2C034

Text Example


Text Example

White with #D2C034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C034; }

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

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

background-color css

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

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

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

border-color css

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

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

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