Html Css Color HEX #DBC463 Tacha

📋 copy color: '#DBC463'

red 219 ◦ green 196 ◦ blue 99

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

Shades of Tacha #DBC463

Tints of Tacha #DBC463

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.13%

 BLUE value IS 99 (39.06% from 255) = 19.26%

R = 42.61%
G = 38.13%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBC463 (or 0xDBC463) is known color: Tacha. HEX triplet: DB, C4 and 63. RGB value is (219,196,99). Sum of RGB (Red+Green+Blue) = 219+196+99=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 99 (39.06% from 255 or 19.26% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC463 is #243B9C. Grayscale: #C0C0C0. Windows color (decimal): -2374557 or 6538459. OLE color: 6538459.

HSL color Cylindrical-coordinate representation of color #DBC463: hue angle of 48.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBC463 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 196 99 -
CMYK 0 0.11 0.55 0.14
HSL 48.5º 0.63% 0.62% -
HSV(B) 48.5º 0.55% 0.86% -
XYZ 51.21 55.44 19.81 -
YUV 191.82 75.62 147.39 -
System Red Green Blue C M Y K H S L
Decimal 219 196 99 0 0.11 0.55 0.14 48.5 0.63 0.62
Hex DB C4 63 0 B 37 E 30 3E 3E
Octal 333 304 143 0 13 67 16 60 76 76
Binary 11011011 11000100 1100011 0 1011 110111 1110 110000 111110 111110

Color Harmonies of #DBC463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC463

Black with #DBC463

Text Example


Text Example

White with #DBC463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC463; }

 p { color: rgb(219,196,99); }

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

background-color css

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

 a { background-color: rgb(219,196,99); }

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

border-color css

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

 span { border-color: rgb(219,196,99); }

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