Html Css Color HEX #D05003 Tenne (Tawny)

📋 copy color: '#D05003'

red 208 ◦ green 80 ◦ blue 3

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

Shades of Tenne (Tawny) #D05003

Tints of Tenne (Tawny) #D05003

RGB

 RED value IS 208 (81.64% from 255) = 71.48%

 GREEN value IS 80 (31.64% from 255) = 27.49%

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

R = 71.48%
G = 27.49%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D05003 (or 0xD05003) is known color: Tenne (Tawny). HEX triplet: D0, 50 and 03. RGB value is (208,80,3). Sum of RGB (Red+Green+Blue) = 208+80+3=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D05003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05003 is #2FAFFC. Grayscale: #6D6D6D. Windows color (decimal): -3125245 or 217296. OLE color: 217296.

HSL color Cylindrical-coordinate representation of color #D05003: hue angle of 22.54º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D05003 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 80 3 -
CMYK 0 0.62 0.99 0.18
HSL 22.54º 0.97% 0.41% -
HSV(B) 22.54º 0.99% 0.82% -
XYZ 28.9 19.15 2.26 -
YUV 109.49 67.91 198.26 -
System Red Green Blue C M Y K H S L
Decimal 208 80 3 0 0.62 0.99 0.18 22.54 0.97 0.41
Hex D0 50 3 0 3E 63 12 17 61 29
Octal 320 120 3 0 76 143 22 27 141 51
Binary 11010000 1010000 11 0 111110 1100011 10010 10111 1100001 101001

Color Harmonies of #D05003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05003

Black with #D05003

Text Example


Text Example

White with #D05003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05003; }

 p { color: rgb(208,80,3); }

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

background-color css

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

 a { background-color: rgb(208,80,3); }

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

border-color css

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

 span { border-color: rgb(208,80,3); }

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