Html Css Color HEX #D0C563 Tacha

📋 copy color: '#D0C563'

red 208 ◦ green 197 ◦ blue 99

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

Shades of Tacha #D0C563

Tints of Tacha #D0C563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.64%

R = 41.27%
G = 39.09%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D0C563 (or 0xD0C563) is known color: Tacha. HEX triplet: D0, C5 and 63. RGB value is (208,197,99). Sum of RGB (Red+Green+Blue) = 208+197+99=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C563 is #2F3A9C. Grayscale: #BDBDBD. Windows color (decimal): -3095197 or 6538704. OLE color: 6538704.

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

Color convert

RGB 208 197 99 -
CMYK 0 0.05 0.52 0.18
HSL 53.94º 0.54% 0.6% -
HSV(B) 53.94º 0.52% 0.82% -
XYZ 48.23 54.24 19.73 -
YUV 189.12 77.14 141.47 -
System Red Green Blue C M Y K H S L
Decimal 208 197 99 0 0.05 0.52 0.18 53.94 0.54 0.6
Hex D0 C5 63 0 5 34 12 36 36 3C
Octal 320 305 143 0 5 64 22 66 66 74
Binary 11010000 11000101 1100011 0 101 110100 10010 110110 110110 111100

Color Harmonies of #D0C563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C563

Black with #D0C563

Text Example


Text Example

White with #D0C563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C563; }

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

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

background-color css

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

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

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

border-color css

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

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

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