Html Css Color HEX #D2C159 Tacha

📋 copy color: '#D2C159'

red 210 ◦ green 193 ◦ blue 89

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

Shades of Tacha #D2C159

Tints of Tacha #D2C159

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.23%

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

R = 42.68%
G = 39.23%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D2C159 (or 0xD2C159) is known color: Tacha. HEX triplet: D2, C1 and 59. RGB value is (210,193,89). Sum of RGB (Red+Green+Blue) = 210+193+89=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 89 (35.16% from 255 or 18.09% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C159 is #2D3EA6. Grayscale: #BABABA. Windows color (decimal): -2965159 or 5882322. OLE color: 5882322.

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

Color convert

RGB 210 193 89 -
CMYK 0 0.08 0.58 0.18
HSL 51.57º 0.57% 0.59% -
HSV(B) 51.57º 0.58% 0.82% -
XYZ 47.45 52.56 17.1 -
YUV 186.23 73.13 144.96 -
System Red Green Blue C M Y K H S L
Decimal 210 193 89 0 0.08 0.58 0.18 51.57 0.57 0.59
Hex D2 C1 59 0 8 3A 12 34 39 3B
Octal 322 301 131 0 10 72 22 64 71 73
Binary 11010010 11000001 1011001 0 1000 111010 10010 110100 111001 111011

Color Harmonies of #D2C159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C159

Black with #D2C159

Text Example


Text Example

White with #D2C159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C159; }

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

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

background-color css

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

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

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

border-color css

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

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

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