Html Css Color HEX #DBB955 Tacha

📋 copy color: '#DBB955'

red 219 ◦ green 185 ◦ blue 85

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

Shades of Tacha #DBB955

Tints of Tacha #DBB955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.38%

R = 44.79%
G = 37.83%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DBB955 (or 0xDBB955) is known color: Tacha. HEX triplet: DB, B9 and 55. RGB value is (219,185,85). Sum of RGB (Red+Green+Blue) = 219+185+85=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 85 (33.59% from 255 or 17.38% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB955 is #2446AA. Grayscale: #B8B8B8. Windows color (decimal): -2377387 or 5618139. OLE color: 5618139.

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

Color convert

RGB 219 185 85 -
CMYK 0 0.16 0.61 0.14
HSL 44.78º 0.65% 0.6% -
HSV(B) 44.78º 0.61% 0.86% -
XYZ 48.2 50.41 15.78 -
YUV 183.77 72.26 153.13 -
System Red Green Blue C M Y K H S L
Decimal 219 185 85 0 0.16 0.61 0.14 44.78 0.65 0.6
Hex DB B9 55 0 10 3D E 2D 41 3C
Octal 333 271 125 0 20 75 16 55 101 74
Binary 11011011 10111001 1010101 0 10000 111101 1110 101101 1000001 111100

Color Harmonies of #DBB955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB955

Black with #DBB955

Text Example


Text Example

White with #DBB955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB955; }

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

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

background-color css

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

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

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

border-color css

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

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

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