Html Css Color HEX #DBC260 Tacha

📋 copy color: '#DBC260'

red 219 ◦ green 194 ◦ blue 96

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

Shades of Tacha #DBC260

Tints of Tacha #DBC260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.86%

R = 43.03%
G = 38.11%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBC260 (or 0xDBC260) is known color: Tacha. HEX triplet: DB, C2 and 60. RGB value is (219,194,96). Sum of RGB (Red+Green+Blue) = 219+194+96=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC260 is #243D9F. Grayscale: #BEBEBE. Windows color (decimal): -2375072 or 6341339. OLE color: 6341339.

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

Color convert

RGB 219 194 96 -
CMYK 0 0.11 0.56 0.14
HSL 47.8º 0.63% 0.62% -
HSV(B) 47.8º 0.56% 0.86% -
XYZ 50.62 54.49 18.92 -
YUV 190.3 74.78 148.47 -
System Red Green Blue C M Y K H S L
Decimal 219 194 96 0 0.11 0.56 0.14 47.8 0.63 0.62
Hex DB C2 60 0 B 38 E 30 3F 3E
Octal 333 302 140 0 13 70 16 60 77 76
Binary 11011011 11000010 1100000 0 1011 111000 1110 110000 111111 111110

Color Harmonies of #DBC260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC260

Black with #DBC260

Text Example


Text Example

White with #DBC260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC260; }

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

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

background-color css

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

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

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

border-color css

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

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

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