Html Css Color HEX #DBC257 Tacha

📋 copy color: '#DBC257'

red 219 ◦ green 194 ◦ blue 87

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

Shades of Tacha #DBC257

Tints of Tacha #DBC257

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.8%

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

R = 43.8%
G = 38.8%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBC257 (or 0xDBC257) is known color: Tacha. HEX triplet: DB, C2 and 57. RGB value is (219,194,87). Sum of RGB (Red+Green+Blue) = 219+194+87=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 87 (34.38% from 255 or 17.4% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC257 is #243DA8. Grayscale: #BDBDBD. Windows color (decimal): -2375081 or 5751515. OLE color: 5751515.

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

Color convert

RGB 219 194 87 -
CMYK 0 0.11 0.60 0.14
HSL 48.64º 0.65% 0.6% -
HSV(B) 48.64º 0.6% 0.86% -
XYZ 50.23 54.33 16.86 -
YUV 189.28 70.28 149.2 -
System Red Green Blue C M Y K H S L
Decimal 219 194 87 0 0.11 0.60 0.14 48.64 0.65 0.6
Hex DB C2 57 0 B 3C E 31 41 3C
Octal 333 302 127 0 13 74 16 61 101 74
Binary 11011011 11000010 1010111 0 1011 111100 1110 110001 1000001 111100

Color Harmonies of #DBC257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC257

Black with #DBC257

Text Example


Text Example

White with #DBC257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC257; }

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

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

background-color css

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

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

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

border-color css

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

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

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