Html Css Color HEX #DBB958 Tacha

📋 copy color: '#DBB958'

red 219 ◦ green 185 ◦ blue 88

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

Shades of Tacha #DBB958

Tints of Tacha #DBB958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.89%

R = 44.51%
G = 37.6%
B = 17.89%

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

#DBB958 (or 0xDBB958) is known color: Tacha. HEX triplet: DB, B9 and 58. RGB value is (219,185,88). Sum of RGB (Red+Green+Blue) = 219+185+88=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 88 (34.77% from 255 or 17.89% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB958 is #2446A7. Grayscale: #B8B8B8. Windows color (decimal): -2377384 or 5814747. OLE color: 5814747.

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

Color convert

RGB 219 185 88 -
CMYK 0 0.16 0.60 0.14
HSL 44.43º 0.65% 0.6% -
HSV(B) 44.43º 0.6% 0.86% -
XYZ 48.32 50.46 16.43 -
YUV 184.11 73.76 152.89 -
System Red Green Blue C M Y K H S L
Decimal 219 185 88 0 0.16 0.60 0.14 44.43 0.65 0.6
Hex DB B9 58 0 10 3C E 2C 41 3C
Octal 333 271 130 0 20 74 16 54 101 74
Binary 11011011 10111001 1011000 0 10000 111100 1110 101100 1000001 111100

Color Harmonies of #DBB958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB958

Black with #DBB958

Text Example


Text Example

White with #DBB958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB958; }

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

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

background-color css

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

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

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

border-color css

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

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

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