Html Css Color HEX #D0BB6E Tacha

📋 copy color: '#D0BB6E'

red 208 ◦ green 187 ◦ blue 110

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

Shades of Tacha #D0BB6E

Tints of Tacha #D0BB6E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.03%

 BLUE value IS 110 (43.36% from 255) = 21.78%

R = 41.19%
G = 37.03%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0BB6E (or 0xD0BB6E) is known color: Tacha. HEX triplet: D0, BB and 6E. RGB value is (208,187,110). Sum of RGB (Red+Green+Blue) = 208+187+110=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BB6E is #2F4491. Grayscale: #B8B8B8. Windows color (decimal): -3097746 or 7257040. OLE color: 7257040.

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

Color convert

RGB 208 187 110 -
CMYK 0 0.10 0.47 0.18
HSL 47.14º 0.51% 0.62% -
HSV(B) 47.14º 0.47% 0.82% -
XYZ 46.6 50.08 21.96 -
YUV 184.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 208 187 110 0 0.10 0.47 0.18 47.14 0.51 0.62
Hex D0 BB 6E 0 A 2F 12 2F 33 3E
Octal 320 273 156 0 12 57 22 57 63 76
Binary 11010000 10111011 1101110 0 1010 101111 10010 101111 110011 111110

Color Harmonies of #D0BB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BB6E

Black with #D0BB6E

Text Example


Text Example

White with #D0BB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BB6E; }

 p { color: rgb(208,187,110); }

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

background-color css

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

 a { background-color: rgb(208,187,110); }

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

border-color css

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

 span { border-color: rgb(208,187,110); }

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