Html Css Color HEX #D6BB5E Tacha

📋 copy color: '#D6BB5E'

red 214 ◦ green 187 ◦ blue 94

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

Shades of Tacha #D6BB5E

Tints of Tacha #D6BB5E

RGB

 RED value IS 214 (83.98% from 255) = 43.23%

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

 BLUE value IS 94 (37.11% from 255) = 18.99%

R = 43.23%
G = 37.78%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6BB5E (or 0xD6BB5E) is known color: Tacha. HEX triplet: D6, BB and 5E. RGB value is (214,187,94). Sum of RGB (Red+Green+Blue) = 214+187+94=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BB5E is #2944A1. Grayscale: #B8B8B8. Windows color (decimal): -2704546 or 6208470. OLE color: 6208470.

HSL color Cylindrical-coordinate representation of color #D6BB5E: hue angle of 46.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6BB5E is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 187 94 -
CMYK 0 0.13 0.56 0.16
HSL 46.5º 0.59% 0.6% -
HSV(B) 46.5º 0.56% 0.84% -
XYZ 47.52 50.64 17.86 -
YUV 184.47 76.95 149.06 -
System Red Green Blue C M Y K H S L
Decimal 214 187 94 0 0.13 0.56 0.16 46.5 0.59 0.6
Hex D6 BB 5E 0 D 38 10 2E 3B 3C
Octal 326 273 136 0 15 70 20 56 73 74
Binary 11010110 10111011 1011110 0 1101 111000 10000 101110 111011 111100

Color Harmonies of #D6BB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BB5E

Black with #D6BB5E

Text Example


Text Example

White with #D6BB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BB5E; }

 p { color: rgb(214,187,94); }

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

background-color css

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

 a { background-color: rgb(214,187,94); }

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

border-color css

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

 span { border-color: rgb(214,187,94); }

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