Html Css Color HEX #DBB956 Tacha

📋 copy color: '#DBB956'

red 219 ◦ green 185 ◦ blue 86

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

Shades of Tacha #DBB956

Tints of Tacha #DBB956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.55%

R = 44.69%
G = 37.76%
B = 17.55%

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

#DBB956 (or 0xDBB956) is known color: Tacha. HEX triplet: DB, B9 and 56. RGB value is (219,185,86). Sum of RGB (Red+Green+Blue) = 219+185+86=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 86 (33.98% from 255 or 17.55% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB956 is #2446A9. Grayscale: #B8B8B8. Windows color (decimal): -2377386 or 5683675. OLE color: 5683675.

HSL color Cylindrical-coordinate representation of color #DBB956: hue angle of 44.66º 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 #DBB956 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 185 86 -
CMYK 0 0.16 0.61 0.14
HSL 44.66º 0.65% 0.6% -
HSV(B) 44.66º 0.61% 0.86% -
XYZ 48.24 50.43 16 -
YUV 183.88 72.76 153.05 -
System Red Green Blue C M Y K H S L
Decimal 219 185 86 0 0.16 0.61 0.14 44.66 0.65 0.6
Hex DB B9 56 0 10 3D E 2D 41 3C
Octal 333 271 126 0 20 75 16 55 101 74
Binary 11011011 10111001 1010110 0 10000 111101 1110 101101 1000001 111100

Color Harmonies of #DBB956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB956

Black with #DBB956

Text Example


Text Example

White with #DBB956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB956; }

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

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

background-color css

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

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

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

border-color css

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

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

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