Html Css Color HEX #DB4201 Tenne (Tawny)

📋 copy color: '#DB4201'

red 219 ◦ green 66 ◦ blue 1

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

Shades of Tenne (Tawny) #DB4201

Tints of Tenne (Tawny) #DB4201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.08%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 76.57%
G = 23.08%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DB4201 (or 0xDB4201) is known color: Tenne (Tawny). HEX triplet: DB, 42 and 01. RGB value is (219,66,1). Sum of RGB (Red+Green+Blue) = 219+66+1=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4201 is #24BDFE. Grayscale: #686868. Windows color (decimal): -2407935 or 82651. OLE color: 82651.

HSL color Cylindrical-coordinate representation of color #DB4201: hue angle of 17.89º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB4201 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 66 1 -
CMYK 0 0.70 1.00 0.14
HSL 17.89º 0.99% 0.43% -
HSV(B) 17.89º 1% 0.86% -
XYZ 31.17 18.96 2.05 -
YUV 104.34 69.69 209.79 -
System Red Green Blue C M Y K H S L
Decimal 219 66 1 0 0.70 1.00 0.14 17.89 0.99 0.43
Hex DB 42 1 0 46 64 E 12 63 2B
Octal 333 102 1 0 106 144 16 22 143 53
Binary 11011011 1000010 1 0 1000110 1100100 1110 10010 1100011 101011

Color Harmonies of #DB4201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4201

Black with #DB4201

Text Example


Text Example

White with #DB4201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4201; }

 p { color: rgb(219,66,1); }

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

background-color css

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

 a { background-color: rgb(219,66,1); }

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

border-color css

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

 span { border-color: rgb(219,66,1); }

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