Html Css Color HEX #D0B963 Tacha

📋 copy color: '#D0B963'

red 208 ◦ green 185 ◦ blue 99

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

Shades of Tacha #D0B963

Tints of Tacha #D0B963

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.6%

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

R = 42.28%
G = 37.6%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D0B963 (or 0xD0B963) is known color: Tacha. HEX triplet: D0, B9 and 63. RGB value is (208,185,99). Sum of RGB (Red+Green+Blue) = 208+185+99=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 99 (39.06% from 255 or 20.12% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B963 is #2F469C. Grayscale: #B6B6B6. Windows color (decimal): -3098269 or 6535632. OLE color: 6535632.

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

Color convert

RGB 208 185 99 -
CMYK 0 0.11 0.52 0.18
HSL 47.34º 0.54% 0.6% -
HSV(B) 47.34º 0.52% 0.82% -
XYZ 45.61 49.01 18.86 -
YUV 182.07 81.12 146.49 -
System Red Green Blue C M Y K H S L
Decimal 208 185 99 0 0.11 0.52 0.18 47.34 0.54 0.6
Hex D0 B9 63 0 B 34 12 2F 36 3C
Octal 320 271 143 0 13 64 22 57 66 74
Binary 11010000 10111001 1100011 0 1011 110100 10010 101111 110110 111100

Color Harmonies of #D0B963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B963

Black with #D0B963

Text Example


Text Example

White with #D0B963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B963; }

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

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

background-color css

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

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

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

border-color css

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

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

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