Html Css Color HEX #DBB957 Tacha

📋 copy color: '#DBB957'

red 219 ◦ green 185 ◦ blue 87

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

Shades of Tacha #DBB957

Tints of Tacha #DBB957

RGB

 RED value IS 219 (85.94% from 255) = 44.6%

 GREEN value IS 185 (72.66% from 255) = 37.68%

 BLUE value IS 87 (34.38% from 255) = 17.72%

R = 44.6%
G = 37.68%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBB957 (or 0xDBB957) is known color: Tacha. HEX triplet: DB, B9 and 57. RGB value is (219,185,87). Sum of RGB (Red+Green+Blue) = 219+185+87=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 87 (34.38% from 255 or 17.72% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB957 is #2446A8. Grayscale: #B8B8B8. Windows color (decimal): -2377385 or 5749211. OLE color: 5749211.

HSL color Cylindrical-coordinate representation of color #DBB957: hue angle of 44.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBB957 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 185 87 -
CMYK 0 0.16 0.60 0.14
HSL 44.55º 0.65% 0.6% -
HSV(B) 44.55º 0.6% 0.86% -
XYZ 48.28 50.45 16.21 -
YUV 183.99 73.26 152.97 -
System Red Green Blue C M Y K H S L
Decimal 219 185 87 0 0.16 0.60 0.14 44.55 0.65 0.6
Hex DB B9 57 0 10 3C E 2D 41 3C
Octal 333 271 127 0 20 74 16 55 101 74
Binary 11011011 10111001 1010111 0 10000 111100 1110 101101 1000001 111100

Color Harmonies of #DBB957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB957

Black with #DBB957

Text Example


Text Example

White with #DBB957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB957; }

 p { color: rgb(219,185,87); }

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

background-color css

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

 a { background-color: rgb(219,185,87); }

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

border-color css

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

 span { border-color: rgb(219,185,87); }

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