Html Css Color HEX #D0C459 Tacha

📋 copy color: '#D0C459'

red 208 ◦ green 196 ◦ blue 89

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

Shades of Tacha #D0C459

Tints of Tacha #D0C459

RGB

 RED value IS 208 (81.64% from 255) = 42.19%

 GREEN value IS 196 (76.95% from 255) = 39.76%

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

R = 42.19%
G = 39.76%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0C459 (or 0xD0C459) is known color: Tacha. HEX triplet: D0, C4 and 59. RGB value is (208,196,89). Sum of RGB (Red+Green+Blue) = 208+196+89=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 89 (35.16% from 255 or 18.05% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C459 is #2F3BA6. Grayscale: #BBBBBB. Windows color (decimal): -3095463 or 5883088. OLE color: 5883088.

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

Color convert

RGB 208 196 89 -
CMYK 0 0.06 0.57 0.18
HSL 53.95º 0.56% 0.58% -
HSV(B) 53.95º 0.57% 0.82% -
XYZ 47.56 53.61 17.29 -
YUV 187.39 72.48 142.7 -
System Red Green Blue C M Y K H S L
Decimal 208 196 89 0 0.06 0.57 0.18 53.95 0.56 0.58
Hex D0 C4 59 0 6 39 12 36 38 3A
Octal 320 304 131 0 6 71 22 66 70 72
Binary 11010000 11000100 1011001 0 110 111001 10010 110110 111000 111010

Color Harmonies of #D0C459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C459

Black with #D0C459

Text Example


Text Example

White with #D0C459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C459; }

 p { color: rgb(208,196,89); }

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

background-color css

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

 a { background-color: rgb(208,196,89); }

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

border-color css

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

 span { border-color: rgb(208,196,89); }

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