Html Css Color HEX #DB5306 Tenne (Tawny)

📋 copy color: '#DB5306'

red 219 ◦ green 83 ◦ blue 6

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

Shades of Tenne (Tawny) #DB5306

Tints of Tenne (Tawny) #DB5306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.95%

 BLUE value IS 6 (2.73% from 255) = 1.95%

R = 71.1%
G = 26.95%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB5306 (or 0xDB5306) is known color: Tenne (Tawny). HEX triplet: DB, 53 and 06. RGB value is (219,83,6). Sum of RGB (Red+Green+Blue) = 219+83+6=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5306 is #24ACF9. Grayscale: #737373. Windows color (decimal): -2403578 or 414683. OLE color: 414683.

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

Color convert

RGB 219 83 6 -
CMYK 0 0.62 0.97 0.14
HSL 21.69º 0.95% 0.44% -
HSV(B) 21.69º 0.97% 0.86% -
XYZ 32.34 21.26 2.57 -
YUV 114.89 66.56 202.26 -
System Red Green Blue C M Y K H S L
Decimal 219 83 6 0 0.62 0.97 0.14 21.69 0.95 0.44
Hex DB 53 6 0 3E 61 E 16 5F 2C
Octal 333 123 6 0 76 141 16 26 137 54
Binary 11011011 1010011 110 0 111110 1100001 1110 10110 1011111 101100

Color Harmonies of #DB5306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5306

Black with #DB5306

Text Example


Text Example

White with #DB5306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5306; }

 p { color: rgb(219,83,6); }

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

background-color css

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

 a { background-color: rgb(219,83,6); }

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

border-color css

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

 span { border-color: rgb(219,83,6); }

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