Html Css Color HEX #D0B563 Tacha

📋 copy color: '#D0B563'

red 208 ◦ green 181 ◦ blue 99

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

Shades of Tacha #D0B563

Tints of Tacha #D0B563

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.09%

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

R = 42.62%
G = 37.09%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D0B563 (or 0xD0B563) is known color: Tacha. HEX triplet: D0, B5 and 63. RGB value is (208,181,99). Sum of RGB (Red+Green+Blue) = 208+181+99=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B563 is #2F4A9C. Grayscale: #B4B4B4. Windows color (decimal): -3099293 or 6534608. OLE color: 6534608.

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

Color convert

RGB 208 181 99 -
CMYK 0 0.13 0.52 0.18
HSL 45.14º 0.54% 0.6% -
HSV(B) 45.14º 0.52% 0.82% -
XYZ 44.79 47.36 18.58 -
YUV 179.73 82.45 148.17 -
System Red Green Blue C M Y K H S L
Decimal 208 181 99 0 0.13 0.52 0.18 45.14 0.54 0.6
Hex D0 B5 63 0 D 34 12 2D 36 3C
Octal 320 265 143 0 15 64 22 55 66 74
Binary 11010000 10110101 1100011 0 1101 110100 10010 101101 110110 111100

Color Harmonies of #D0B563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B563

Black with #D0B563

Text Example


Text Example

White with #D0B563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B563; }

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

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

background-color css

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

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

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

border-color css

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

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

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