Html Css Color HEX #D0BF59 Tacha

📋 copy color: '#D0BF59'

red 208 ◦ green 191 ◦ blue 89

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

Shades of Tacha #D0BF59

Tints of Tacha #D0BF59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 18.24%

R = 42.62%
G = 39.14%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0BF59 (or 0xD0BF59) is known color: Tacha. HEX triplet: D0, BF and 59. RGB value is (208,191,89). Sum of RGB (Red+Green+Blue) = 208+191+89=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 89 (35.16% from 255 or 18.24% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BF59 is #2F40A6. Grayscale: #B8B8B8. Windows color (decimal): -3096743 or 5881808. OLE color: 5881808.

HSL color Cylindrical-coordinate representation of color #D0BF59: hue angle of 51.43º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0BF59 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 191 89 -
CMYK 0 0.08 0.57 0.18
HSL 51.43º 0.56% 0.58% -
HSV(B) 51.43º 0.57% 0.82% -
XYZ 46.45 51.39 16.92 -
YUV 184.46 74.13 144.79 -
System Red Green Blue C M Y K H S L
Decimal 208 191 89 0 0.08 0.57 0.18 51.43 0.56 0.58
Hex D0 BF 59 0 8 39 12 33 38 3A
Octal 320 277 131 0 10 71 22 63 70 72
Binary 11010000 10111111 1011001 0 1000 111001 10010 110011 111000 111010

Color Harmonies of #D0BF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF59

Black with #D0BF59

Text Example


Text Example

White with #D0BF59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF59; }

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

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

background-color css

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

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

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

border-color css

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

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

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