Html Css Color HEX #DBC164 Tacha

📋 copy color: '#DBC164'

red 219 ◦ green 193 ◦ blue 100

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

Shades of Tacha #DBC164

Tints of Tacha #DBC164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.53%

R = 42.77%
G = 37.7%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DBC164 (or 0xDBC164) is known color: Tacha. HEX triplet: DB, C1 and 64. RGB value is (219,193,100). Sum of RGB (Red+Green+Blue) = 219+193+100=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC164 is #243E9B. Grayscale: #BEBEBE. Windows color (decimal): -2375324 or 6603227. OLE color: 6603227.

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

Color convert

RGB 219 193 100 -
CMYK 0 0.12 0.54 0.14
HSL 46.89º 0.62% 0.63% -
HSV(B) 46.89º 0.54% 0.86% -
XYZ 50.58 54.12 19.84 -
YUV 190.17 77.11 148.56 -
System Red Green Blue C M Y K H S L
Decimal 219 193 100 0 0.12 0.54 0.14 46.89 0.62 0.63
Hex DB C1 64 0 C 36 E 2F 3E 3F
Octal 333 301 144 0 14 66 16 57 76 77
Binary 11011011 11000001 1100100 0 1100 110110 1110 101111 111110 111111

Color Harmonies of #DBC164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC164

Black with #DBC164

Text Example


Text Example

White with #DBC164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC164; }

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

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

background-color css

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

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

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

border-color css

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

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

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