Html Css Color HEX #DBC163 Tacha

📋 copy color: '#DBC163'

red 219 ◦ green 193 ◦ blue 99

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

Shades of Tacha #DBC163

Tints of Tacha #DBC163

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.77%

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

R = 42.86%
G = 37.77%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBC163 (or 0xDBC163) is known color: Tacha. HEX triplet: DB, C1 and 63. RGB value is (219,193,99). Sum of RGB (Red+Green+Blue) = 219+193+99=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 99 (39.06% from 255 or 19.37% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC163 is #243E9C. Grayscale: #BEBEBE. Windows color (decimal): -2375325 or 6537691. OLE color: 6537691.

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

Color convert

RGB 219 193 99 -
CMYK 0 0.12 0.55 0.14
HSL 47º 0.63% 0.62% -
HSV(B) 47º 0.55% 0.86% -
XYZ 50.54 54.1 19.58 -
YUV 190.06 76.61 148.64 -
System Red Green Blue C M Y K H S L
Decimal 219 193 99 0 0.12 0.55 0.14 47 0.63 0.62
Hex DB C1 63 0 C 37 E 2F 3E 3E
Octal 333 301 143 0 14 67 16 57 76 76
Binary 11011011 11000001 1100011 0 1100 110111 1110 101111 111110 111110

Color Harmonies of #DBC163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC163

Black with #DBC163

Text Example


Text Example

White with #DBC163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC163; }

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

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

background-color css

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

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

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

border-color css

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

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

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