Html Css Color HEX #D0CA59 Tacha

📋 copy color: '#D0CA59'

red 208 ◦ green 202 ◦ blue 89

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

Shades of Tacha #D0CA59

Tints of Tacha #D0CA59

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.48%

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

R = 41.68%
G = 40.48%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0CA59 (or 0xD0CA59) is known color: Tacha. HEX triplet: D0, CA and 59. RGB value is (208,202,89). Sum of RGB (Red+Green+Blue) = 208+202+89=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 89 (35.16% from 255 or 17.84% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CA59 is #2F35A6. Grayscale: #BFBFBF. Windows color (decimal): -3093927 or 5884624. OLE color: 5884624.

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

Color convert

RGB 208 202 89 -
CMYK 0 0.03 0.57 0.18
HSL 56.97º 0.56% 0.58% -
HSV(B) 56.97º 0.57% 0.82% -
XYZ 48.94 56.37 17.75 -
YUV 190.91 70.49 140.19 -
System Red Green Blue C M Y K H S L
Decimal 208 202 89 0 0.03 0.57 0.18 56.97 0.56 0.58
Hex D0 CA 59 0 3 39 12 39 38 3A
Octal 320 312 131 0 3 71 22 71 70 72
Binary 11010000 11001010 1011001 0 11 111001 10010 111001 111000 111010

Color Harmonies of #D0CA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CA59

Black with #D0CA59

Text Example


Text Example

White with #D0CA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CA59; }

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

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

background-color css

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

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

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

border-color css

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

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

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