Html Css Color HEX #DBC360 Tacha

📋 copy color: '#DBC360'

red 219 ◦ green 195 ◦ blue 96

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

Shades of Tacha #DBC360

Tints of Tacha #DBC360

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.24%

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

R = 42.94%
G = 38.24%
B = 18.82%

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

#DBC360 (or 0xDBC360) is known color: Tacha. HEX triplet: DB, C3 and 60. RGB value is (219,195,96). Sum of RGB (Red+Green+Blue) = 219+195+96=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC360 is #243C9F. Grayscale: #BFBFBF. Windows color (decimal): -2374816 or 6341595. OLE color: 6341595.

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

Color convert

RGB 219 195 96 -
CMYK 0 0.11 0.56 0.14
HSL 48.29º 0.63% 0.62% -
HSV(B) 48.29º 0.56% 0.86% -
XYZ 50.84 54.93 18.99 -
YUV 190.89 74.45 148.05 -
System Red Green Blue C M Y K H S L
Decimal 219 195 96 0 0.11 0.56 0.14 48.29 0.63 0.62
Hex DB C3 60 0 B 38 E 30 3F 3E
Octal 333 303 140 0 13 70 16 60 77 76
Binary 11011011 11000011 1100000 0 1011 111000 1110 110000 111111 111110

Color Harmonies of #DBC360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC360

Black with #DBC360

Text Example


Text Example

White with #DBC360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC360; }

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

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

background-color css

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

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

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

border-color css

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

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

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