Html Css Color HEX #D0C55F Tacha

📋 copy color: '#D0C55F'

red 208 ◦ green 197 ◦ blue 95

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

Shades of Tacha #D0C55F

Tints of Tacha #D0C55F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.4%

 BLUE value IS 95 (37.5% from 255) = 19%

R = 41.6%
G = 39.4%
B = 19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0C55F (or 0xD0C55F) is known color: Tacha. HEX triplet: D0, C5 and 5F. RGB value is (208,197,95). Sum of RGB (Red+Green+Blue) = 208+197+95=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C55F is #2F3AA0. Grayscale: #BDBDBD. Windows color (decimal): -3095201 or 6276560. OLE color: 6276560.

HSL color Cylindrical-coordinate representation of color #D0C55F: hue angle of 54.16º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0C55F is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 197 95 -
CMYK 0 0.05 0.54 0.18
HSL 54.16º 0.55% 0.59% -
HSV(B) 54.16º 0.54% 0.82% -
XYZ 48.04 54.17 18.75 -
YUV 188.66 75.14 141.79 -
System Red Green Blue C M Y K H S L
Decimal 208 197 95 0 0.05 0.54 0.18 54.16 0.55 0.59
Hex D0 C5 5F 0 5 36 12 36 37 3B
Octal 320 305 137 0 5 66 22 66 67 73
Binary 11010000 11000101 1011111 0 101 110110 10010 110110 110111 111011

Color Harmonies of #D0C55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C55F

Black with #D0C55F

Text Example


Text Example

White with #D0C55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C55F; }

 p { color: rgb(208,197,95); }

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

background-color css

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

 a { background-color: rgb(208,197,95); }

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

border-color css

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

 span { border-color: rgb(208,197,95); }

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