Html Css Color HEX #D8BE5E Tacha

📋 copy color: '#D8BE5E'

red 216 ◦ green 190 ◦ blue 94

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

Shades of Tacha #D8BE5E

Tints of Tacha #D8BE5E

RGB

 RED value IS 216 (84.77% from 255) = 43.2%

 GREEN value IS 190 (74.61% from 255) = 38%

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

R = 43.2%
G = 38%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8BE5E (or 0xD8BE5E) is known color: Tacha. HEX triplet: D8, BE and 5E. RGB value is (216,190,94). Sum of RGB (Red+Green+Blue) = 216+190+94=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BE5E is #2741A1. Grayscale: #BBBBBB. Windows color (decimal): -2572706 or 6209240. OLE color: 6209240.

HSL color Cylindrical-coordinate representation of color #D8BE5E: hue angle of 47.21º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8BE5E is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 190 94 -
CMYK 0 0.12 0.56 0.15
HSL 47.21º 0.61% 0.61% -
HSV(B) 47.21º 0.56% 0.85% -
XYZ 48.75 52.23 18.1 -
YUV 186.83 75.61 148.81 -
System Red Green Blue C M Y K H S L
Decimal 216 190 94 0 0.12 0.56 0.15 47.21 0.61 0.61
Hex D8 BE 5E 0 C 38 F 2F 3D 3D
Octal 330 276 136 0 14 70 17 57 75 75
Binary 11011000 10111110 1011110 0 1100 111000 1111 101111 111101 111101

Color Harmonies of #D8BE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BE5E

Black with #D8BE5E

Text Example


Text Example

White with #D8BE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BE5E; }

 p { color: rgb(216,190,94); }

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

background-color css

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

 a { background-color: rgb(216,190,94); }

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

border-color css

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

 span { border-color: rgb(216,190,94); }

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