Html Css Color HEX #D0C958 Tacha

📋 copy color: '#D0C958'

red 208 ◦ green 201 ◦ blue 88

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

Shades of Tacha #D0C958

Tints of Tacha #D0C958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.71%

R = 41.85%
G = 40.44%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D0C958 (or 0xD0C958) is known color: Tacha. HEX triplet: D0, C9 and 58. RGB value is (208,201,88). Sum of RGB (Red+Green+Blue) = 208+201+88=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 88 (34.77% from 255 or 17.71% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C958 is #2F36A7. Grayscale: #BEBEBE. Windows color (decimal): -3094184 or 5818832. OLE color: 5818832.

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

Color convert

RGB 208 201 88 -
CMYK 0 0.03 0.58 0.18
HSL 56.5º 0.56% 0.58% -
HSV(B) 56.5º 0.58% 0.82% -
XYZ 48.66 55.89 17.46 -
YUV 190.21 70.32 140.69 -
System Red Green Blue C M Y K H S L
Decimal 208 201 88 0 0.03 0.58 0.18 56.5 0.56 0.58
Hex D0 C9 58 0 3 3A 12 38 38 3A
Octal 320 311 130 0 3 72 22 70 70 72
Binary 11010000 11001001 1011000 0 11 111010 10010 111000 111000 111010

Color Harmonies of #D0C958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C958

Black with #D0C958

Text Example


Text Example

White with #D0C958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C958; }

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

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

background-color css

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

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

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

border-color css

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

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

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