Html Css Color HEX #D0C95A Tacha

📋 copy color: '#D0C95A'

red 208 ◦ green 201 ◦ blue 90

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

Shades of Tacha #D0C95A

Tints of Tacha #D0C95A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.04%

R = 41.68%
G = 40.28%
B = 18.04%

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

#D0C95A (or 0xD0C95A) is known color: Tacha. HEX triplet: D0, C9 and 5A. RGB value is (208,201,90). Sum of RGB (Red+Green+Blue) = 208+201+90=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C95A is #2F36A5. Grayscale: #BEBEBE. Windows color (decimal): -3094182 or 5949904. OLE color: 5949904.

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

Color convert

RGB 208 201 90 -
CMYK 0 0.03 0.57 0.18
HSL 56.44º 0.56% 0.58% -
HSV(B) 56.44º 0.57% 0.82% -
XYZ 48.74 55.92 17.9 -
YUV 190.44 71.32 140.53 -
System Red Green Blue C M Y K H S L
Decimal 208 201 90 0 0.03 0.57 0.18 56.44 0.56 0.58
Hex D0 C9 5A 0 3 39 12 38 38 3A
Octal 320 311 132 0 3 71 22 70 70 72
Binary 11010000 11001001 1011010 0 11 111001 10010 111000 111000 111010

Color Harmonies of #D0C95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C95A

Black with #D0C95A

Text Example


Text Example

White with #D0C95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C95A; }

 p { color: rgb(208,201,90); }

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

background-color css

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

 a { background-color: rgb(208,201,90); }

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

border-color css

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

 span { border-color: rgb(208,201,90); }

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