Html Css Color HEX #D2B359 Tacha

📋 copy color: '#D2B359'

red 210 ◦ green 179 ◦ blue 89

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

Shades of Tacha #D2B359

Tints of Tacha #D2B359

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.45%

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

R = 43.93%
G = 37.45%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D2B359 (or 0xD2B359) is known color: Tacha. HEX triplet: D2, B3 and 59. RGB value is (210,179,89). Sum of RGB (Red+Green+Blue) = 210+179+89=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 89 (35.16% from 255 or 18.62% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B359 is #2D4CA6. Grayscale: #B2B2B2. Windows color (decimal): -2968743 or 5878738. OLE color: 5878738.

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

Color convert

RGB 210 179 89 -
CMYK 0 0.15 0.58 0.18
HSL 44.63º 0.57% 0.59% -
HSV(B) 44.63º 0.58% 0.82% -
XYZ 44.5 46.66 16.11 -
YUV 178.01 77.77 150.82 -
System Red Green Blue C M Y K H S L
Decimal 210 179 89 0 0.15 0.58 0.18 44.63 0.57 0.59
Hex D2 B3 59 0 F 3A 12 2D 39 3B
Octal 322 263 131 0 17 72 22 55 71 73
Binary 11010010 10110011 1011001 0 1111 111010 10010 101101 111001 111011

Color Harmonies of #D2B359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B359

Black with #D2B359

Text Example


Text Example

White with #D2B359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B359; }

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

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

background-color css

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

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

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

border-color css

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

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

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