Html Css Color HEX #DB4C02 Tenne (Tawny)

📋 copy color: '#DB4C02'

red 219 ◦ green 76 ◦ blue 2

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

Shades of Tenne (Tawny) #DB4C02

Tints of Tenne (Tawny) #DB4C02

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.59%

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

R = 73.74%
G = 25.59%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB4C02 (or 0xDB4C02) is known color: Tenne (Tawny). HEX triplet: DB, 4C and 02. RGB value is (219,76,2). Sum of RGB (Red+Green+Blue) = 219+76+2=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4C02 is #24B3FD. Grayscale: #6E6E6E. Windows color (decimal): -2405374 or 150747. OLE color: 150747.

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

Color convert

RGB 219 76 2 -
CMYK 0 0.65 0.99 0.14
HSL 20.46º 0.98% 0.43% -
HSV(B) 20.46º 0.99% 0.86% -
XYZ 31.81 20.23 2.29 -
YUV 110.32 66.88 205.52 -
System Red Green Blue C M Y K H S L
Decimal 219 76 2 0 0.65 0.99 0.14 20.46 0.98 0.43
Hex DB 4C 2 0 41 63 E 14 62 2B
Octal 333 114 2 0 101 143 16 24 142 53
Binary 11011011 1001100 10 0 1000001 1100011 1110 10100 1100010 101011

Color Harmonies of #DB4C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4C02

Black with #DB4C02

Text Example


Text Example

White with #DB4C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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