Html Css Color HEX #D0BC61 Tacha

📋 copy color: '#D0BC61'

red 208 ◦ green 188 ◦ blue 97

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

Shades of Tacha #D0BC61

Tints of Tacha #D0BC61

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.13%

 BLUE value IS 97 (38.28% from 255) = 19.68%

R = 42.19%
G = 38.13%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D0BC61 (or 0xD0BC61) is known color: Tacha. HEX triplet: D0, BC and 61. RGB value is (208,188,97). Sum of RGB (Red+Green+Blue) = 208+188+97=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BC61 is #2F439E. Grayscale: #B7B7B7. Windows color (decimal): -3097503 or 6405328. OLE color: 6405328.

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

Color convert

RGB 208 188 97 -
CMYK 0 0.10 0.53 0.18
HSL 49.19º 0.54% 0.6% -
HSV(B) 49.19º 0.53% 0.82% -
XYZ 46.15 50.24 18.57 -
YUV 183.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 208 188 97 0 0.10 0.53 0.18 49.19 0.54 0.6
Hex D0 BC 61 0 A 35 12 31 36 3C
Octal 320 274 141 0 12 65 22 61 66 74
Binary 11010000 10111100 1100001 0 1010 110101 10010 110001 110110 111100

Color Harmonies of #D0BC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BC61

Black with #D0BC61

Text Example


Text Example

White with #D0BC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BC61; }

 p { color: rgb(208,188,97); }

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

background-color css

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

 a { background-color: rgb(208,188,97); }

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

border-color css

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

 span { border-color: rgb(208,188,97); }

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