Html Css Color HEX #DB4F03 Tenne (Tawny)

📋 copy color: '#DB4F03'

red 219 ◦ green 79 ◦ blue 3

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

Shades of Tenne (Tawny) #DB4F03

Tints of Tenne (Tawny) #DB4F03

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.25%

 BLUE value IS 3 (1.56% from 255) = 1%

R = 72.76%
G = 26.25%
B = 1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB4F03 (or 0xDB4F03) is known color: Tenne (Tawny). HEX triplet: DB, 4F and 03. RGB value is (219,79,3). Sum of RGB (Red+Green+Blue) = 219+79+3=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4F03 is #24B0FC. Grayscale: #707070. Windows color (decimal): -2404605 or 217051. OLE color: 217051.

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

Color convert

RGB 219 79 3 -
CMYK 0 0.64 0.99 0.14
HSL 21.11º 0.97% 0.44% -
HSV(B) 21.11º 0.99% 0.86% -
XYZ 32.03 20.66 2.39 -
YUV 112.2 66.38 204.18 -
System Red Green Blue C M Y K H S L
Decimal 219 79 3 0 0.64 0.99 0.14 21.11 0.97 0.44
Hex DB 4F 3 0 40 63 E 15 61 2C
Octal 333 117 3 0 100 143 16 25 141 54
Binary 11011011 1001111 11 0 1000000 1100011 1110 10101 1100001 101100

Color Harmonies of #DB4F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4F03

Black with #DB4F03

Text Example


Text Example

White with #DB4F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4F03; }

 p { color: rgb(219,79,3); }

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

background-color css

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

 a { background-color: rgb(219,79,3); }

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

border-color css

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

 span { border-color: rgb(219,79,3); }

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