Html Css Color HEX #D2C039 Wattle

📋 copy color: '#D2C039'

red 210 ◦ green 192 ◦ blue 57

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

Shades of Wattle #D2C039

Tints of Wattle #D2C039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.42%

R = 45.75%
G = 41.83%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D2C039 (or 0xD2C039) is known color: Wattle. HEX triplet: D2, C0 and 39. RGB value is (210,192,57). Sum of RGB (Red+Green+Blue) = 210+192+57=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 57 (22.66% from 255 or 12.42% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C039 is #2D3FC6. Grayscale: #B6B6B6. Windows color (decimal): -2965447 or 3784914. OLE color: 3784914.

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

Color convert

RGB 210 192 57 -
CMYK 0 0.09 0.73 0.18
HSL 52.94º 0.63% 0.52% -
HSV(B) 52.94º 0.73% 0.82% -
XYZ 46.17 51.7 11.42 -
YUV 181.99 57.46 147.98 -
System Red Green Blue C M Y K H S L
Decimal 210 192 57 0 0.09 0.73 0.18 52.94 0.63 0.52
Hex D2 C0 39 0 9 49 12 35 3F 34
Octal 322 300 71 0 11 111 22 65 77 64
Binary 11010010 11000000 111001 0 1001 1001001 10010 110101 111111 110100

Color Harmonies of #D2C039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C039

Black with #D2C039

Text Example


Text Example

White with #D2C039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C039; }

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

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

background-color css

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

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

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

border-color css

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

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

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