Html Css Color HEX #D0C757 Tacha

📋 copy color: '#D0C757'

red 208 ◦ green 199 ◦ blue 87

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

Shades of Tacha #D0C757

Tints of Tacha #D0C757

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.28%

 BLUE value IS 87 (34.38% from 255) = 17.61%

R = 42.11%
G = 40.28%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D0C757 (or 0xD0C757) is known color: Tacha. HEX triplet: D0, C7 and 57. RGB value is (208,199,87). Sum of RGB (Red+Green+Blue) = 208+199+87=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 87 (34.38% from 255 or 17.61% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C757 is #2F38A8. Grayscale: #BDBDBD. Windows color (decimal): -3094697 or 5752784. OLE color: 5752784.

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

Color convert

RGB 208 199 87 -
CMYK 0 0.04 0.58 0.18
HSL 55.54º 0.56% 0.58% -
HSV(B) 55.54º 0.58% 0.82% -
XYZ 48.16 54.94 17.08 -
YUV 188.92 70.48 141.61 -
System Red Green Blue C M Y K H S L
Decimal 208 199 87 0 0.04 0.58 0.18 55.54 0.56 0.58
Hex D0 C7 57 0 4 3A 12 38 38 3A
Octal 320 307 127 0 4 72 22 70 70 72
Binary 11010000 11000111 1010111 0 100 111010 10010 111000 111000 111010

Color Harmonies of #D0C757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C757

Black with #D0C757

Text Example


Text Example

White with #D0C757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C757; }

 p { color: rgb(208,199,87); }

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

background-color css

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

 a { background-color: rgb(208,199,87); }

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

border-color css

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

 span { border-color: rgb(208,199,87); }

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