Html Css Color HEX #D2C959 Tacha

📋 copy color: '#D2C959'

red 210 ◦ green 201 ◦ blue 89

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

Shades of Tacha #D2C959

Tints of Tacha #D2C959

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.2%

 BLUE value IS 89 (35.16% from 255) = 17.8%

R = 42%
G = 40.2%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D2C959 (or 0xD2C959) is known color: Tacha. HEX triplet: D2, C9 and 59. RGB value is (210,201,89). Sum of RGB (Red+Green+Blue) = 210+201+89=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 89 (35.16% from 255 or 17.8% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C959 is #2D36A6. Grayscale: #BFBFBF. Windows color (decimal): -2963111 or 5884370. OLE color: 5884370.

HSL color Cylindrical-coordinate representation of color #D2C959: hue angle of 55.54º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2C959 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 201 89 -
CMYK 0 0.04 0.58 0.18
HSL 55.54º 0.57% 0.59% -
HSV(B) 55.54º 0.58% 0.82% -
XYZ 49.27 56.2 17.7 -
YUV 190.92 70.48 141.61 -
System Red Green Blue C M Y K H S L
Decimal 210 201 89 0 0.04 0.58 0.18 55.54 0.57 0.59
Hex D2 C9 59 0 4 3A 12 38 39 3B
Octal 322 311 131 0 4 72 22 70 71 73
Binary 11010010 11001001 1011001 0 100 111010 10010 111000 111001 111011

Color Harmonies of #D2C959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C959

Black with #D2C959

Text Example


Text Example

White with #D2C959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C959; }

 p { color: rgb(210,201,89); }

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

background-color css

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

 a { background-color: rgb(210,201,89); }

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

border-color css

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

 span { border-color: rgb(210,201,89); }

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