Html Css Color HEX #DBC960 Tacha

📋 copy color: '#DBC960'

red 219 ◦ green 201 ◦ blue 96

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

Shades of Tacha #DBC960

Tints of Tacha #DBC960

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.95%

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

R = 42.44%
G = 38.95%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBC960 (or 0xDBC960) is known color: Tacha. HEX triplet: DB, C9 and 60. RGB value is (219,201,96). Sum of RGB (Red+Green+Blue) = 219+201+96=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC960 is #24369F. Grayscale: #C2C2C2. Windows color (decimal): -2373280 or 6343131. OLE color: 6343131.

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

Color convert

RGB 219 201 96 -
CMYK 0 0.08 0.56 0.14
HSL 51.22º 0.63% 0.62% -
HSV(B) 51.22º 0.56% 0.86% -
XYZ 52.21 57.68 19.45 -
YUV 194.41 72.46 145.54 -
System Red Green Blue C M Y K H S L
Decimal 219 201 96 0 0.08 0.56 0.14 51.22 0.63 0.62
Hex DB C9 60 0 8 38 E 33 3F 3E
Octal 333 311 140 0 10 70 16 63 77 76
Binary 11011011 11001001 1100000 0 1000 111000 1110 110011 111111 111110

Color Harmonies of #DBC960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC960

Black with #DBC960

Text Example


Text Example

White with #DBC960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC960; }

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

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

background-color css

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

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

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

border-color css

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

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

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