Html Css Color HEX #DBC558 Tacha

📋 copy color: '#DBC558'

red 219 ◦ green 197 ◦ blue 88

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

Shades of Tacha #DBC558

Tints of Tacha #DBC558

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.09%

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

R = 43.45%
G = 39.09%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBC558 (or 0xDBC558) is known color: Tacha. HEX triplet: DB, C5 and 58. RGB value is (219,197,88). Sum of RGB (Red+Green+Blue) = 219+197+88=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 88 (34.77% from 255 or 17.46% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC558 is #243AA7. Grayscale: #BFBFBF. Windows color (decimal): -2374312 or 5817819. OLE color: 5817819.

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

Color convert

RGB 219 197 88 -
CMYK 0 0.10 0.60 0.14
HSL 49.92º 0.65% 0.6% -
HSV(B) 49.92º 0.6% 0.86% -
XYZ 50.94 55.7 17.3 -
YUV 191.15 69.79 147.86 -
System Red Green Blue C M Y K H S L
Decimal 219 197 88 0 0.10 0.60 0.14 49.92 0.65 0.6
Hex DB C5 58 0 A 3C E 32 41 3C
Octal 333 305 130 0 12 74 16 62 101 74
Binary 11011011 11000101 1011000 0 1010 111100 1110 110010 1000001 111100

Color Harmonies of #DBC558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC558

Black with #DBC558

Text Example


Text Example

White with #DBC558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC558; }

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

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

background-color css

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

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

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

border-color css

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

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

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