Html Css Color HEX #DBBB57 Tacha

📋 copy color: '#DBBB57'

red 219 ◦ green 187 ◦ blue 87

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

Shades of Tacha #DBBB57

Tints of Tacha #DBBB57

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.93%

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

R = 44.42%
G = 37.93%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBBB57 (or 0xDBBB57) is known color: Tacha. HEX triplet: DB, BB and 57. RGB value is (219,187,87). Sum of RGB (Red+Green+Blue) = 219+187+87=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 87 (34.38% from 255 or 17.65% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB57 is #2444A8. Grayscale: #B9B9B9. Windows color (decimal): -2376873 or 5749723. OLE color: 5749723.

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

Color convert

RGB 219 187 87 -
CMYK 0 0.15 0.60 0.14
HSL 45.45º 0.65% 0.6% -
HSV(B) 45.45º 0.6% 0.86% -
XYZ 48.7 51.29 16.35 -
YUV 185.17 72.6 152.13 -
System Red Green Blue C M Y K H S L
Decimal 219 187 87 0 0.15 0.60 0.14 45.45 0.65 0.6
Hex DB BB 57 0 F 3C E 2D 41 3C
Octal 333 273 127 0 17 74 16 55 101 74
Binary 11011011 10111011 1010111 0 1111 111100 1110 101101 1000001 111100

Color Harmonies of #DBBB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB57

Black with #DBBB57

Text Example


Text Example

White with #DBBB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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