Html Css Color HEX #D0BF62 Tacha

📋 copy color: '#D0BF62'

red 208 ◦ green 191 ◦ blue 98

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

Shades of Tacha #D0BF62

Tints of Tacha #D0BF62

RGB

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

 GREEN value IS 191 (75% from 255) = 38.43%

 BLUE value IS 98 (38.67% from 255) = 19.72%

R = 41.85%
G = 38.43%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D0BF62 (or 0xD0BF62) is known color: Tacha. HEX triplet: D0, BF and 62. RGB value is (208,191,98). Sum of RGB (Red+Green+Blue) = 208+191+98=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BF62 is #2F409D. Grayscale: #B9B9B9. Windows color (decimal): -3096734 or 6471632. OLE color: 6471632.

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

Color convert

RGB 208 191 98 -
CMYK 0 0.08 0.53 0.18
HSL 50.73º 0.54% 0.6% -
HSV(B) 50.73º 0.53% 0.82% -
XYZ 46.85 51.55 19.04 -
YUV 185.48 78.63 144.06 -
System Red Green Blue C M Y K H S L
Decimal 208 191 98 0 0.08 0.53 0.18 50.73 0.54 0.6
Hex D0 BF 62 0 8 35 12 33 36 3C
Octal 320 277 142 0 10 65 22 63 66 74
Binary 11010000 10111111 1100010 0 1000 110101 10010 110011 110110 111100

Color Harmonies of #D0BF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF62

Black with #D0BF62

Text Example


Text Example

White with #D0BF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF62; }

 p { color: rgb(208,191,98); }

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

background-color css

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

 a { background-color: rgb(208,191,98); }

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

border-color css

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

 span { border-color: rgb(208,191,98); }

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