Html Css Color HEX #DB4202 Tenne (Tawny)

📋 copy color: '#DB4202'

red 219 ◦ green 66 ◦ blue 2

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

Shades of Tenne (Tawny) #DB4202

Tints of Tenne (Tawny) #DB4202

RGB

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

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

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

R = 76.31%
G = 23%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB4202 (or 0xDB4202) is known color: Tenne (Tawny). HEX triplet: DB, 42 and 02. RGB value is (219,66,2). Sum of RGB (Red+Green+Blue) = 219+66+2=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4202 is #24BDFD. Grayscale: #686868. Windows color (decimal): -2407934 or 148187. OLE color: 148187.

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

Color convert

RGB 219 66 2 -
CMYK 0 0.70 0.99 0.14
HSL 17.7º 0.98% 0.43% -
HSV(B) 17.7º 0.99% 0.86% -
XYZ 31.17 18.96 2.07 -
YUV 104.45 70.19 209.7 -
System Red Green Blue C M Y K H S L
Decimal 219 66 2 0 0.70 0.99 0.14 17.7 0.98 0.43
Hex DB 42 2 0 46 63 E 12 62 2B
Octal 333 102 2 0 106 143 16 22 142 53
Binary 11011011 1000010 10 0 1000110 1100011 1110 10010 1100010 101011

Color Harmonies of #DB4202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4202

Black with #DB4202

Text Example


Text Example

White with #DB4202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4202; }

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

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

background-color css

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

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

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

border-color css

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

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

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