Html Css Color HEX #DB4502 Tenne (Tawny)

📋 copy color: '#DB4502'

red 219 ◦ green 69 ◦ blue 2

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

Shades of Tenne (Tawny) #DB4502

Tints of Tenne (Tawny) #DB4502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.79%

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 75.52%
G = 23.79%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB4502 (or 0xDB4502) is known color: Tenne (Tawny). HEX triplet: DB, 45 and 02. RGB value is (219,69,2). Sum of RGB (Red+Green+Blue) = 219+69+2=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4502 is #24BAFD. Grayscale: #6A6A6A. Windows color (decimal): -2407166 or 148955. OLE color: 148955.

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

Color convert

RGB 219 69 2 -
CMYK 0 0.68 0.99 0.14
HSL 18.53º 0.98% 0.43% -
HSV(B) 18.53º 0.99% 0.86% -
XYZ 31.35 19.32 2.13 -
YUV 106.21 69.2 208.45 -
System Red Green Blue C M Y K H S L
Decimal 219 69 2 0 0.68 0.99 0.14 18.53 0.98 0.43
Hex DB 45 2 0 44 63 E 13 62 2B
Octal 333 105 2 0 104 143 16 23 142 53
Binary 11011011 1000101 10 0 1000100 1100011 1110 10011 1100010 101011

Color Harmonies of #DB4502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4502

Black with #DB4502

Text Example


Text Example

White with #DB4502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4502; }

 p { color: rgb(219,69,2); }

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

background-color css

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

 a { background-color: rgb(219,69,2); }

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

border-color css

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

 span { border-color: rgb(219,69,2); }

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