Html Css Color HEX #D0B35F Tacha

📋 copy color: '#D0B35F'

red 208 ◦ green 179 ◦ blue 95

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

Shades of Tacha #D0B35F

Tints of Tacha #D0B35F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.14%

 BLUE value IS 95 (37.5% from 255) = 19.71%

R = 43.15%
G = 37.14%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0B35F (or 0xD0B35F) is known color: Tacha. HEX triplet: D0, B3 and 5F. RGB value is (208,179,95). Sum of RGB (Red+Green+Blue) = 208+179+95=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B35F is #2F4CA0. Grayscale: #B2B2B2. Windows color (decimal): -3099809 or 6271952. OLE color: 6271952.

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

Color convert

RGB 208 179 95 -
CMYK 0 0.14 0.54 0.18
HSL 44.6º 0.55% 0.59% -
HSV(B) 44.6º 0.54% 0.82% -
XYZ 44.2 46.48 17.47 -
YUV 178.1 81.11 149.33 -
System Red Green Blue C M Y K H S L
Decimal 208 179 95 0 0.14 0.54 0.18 44.6 0.55 0.59
Hex D0 B3 5F 0 E 36 12 2D 37 3B
Octal 320 263 137 0 16 66 22 55 67 73
Binary 11010000 10110011 1011111 0 1110 110110 10010 101101 110111 111011

Color Harmonies of #D0B35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B35F

Black with #D0B35F

Text Example


Text Example

White with #D0B35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B35F; }

 p { color: rgb(208,179,95); }

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

background-color css

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

 a { background-color: rgb(208,179,95); }

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

border-color css

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

 span { border-color: rgb(208,179,95); }

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