Html Css Color HEX #D04402 Tenne (Tawny)

📋 copy color: '#D04402'

red 208 ◦ green 68 ◦ blue 2

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

Shades of Tenne (Tawny) #D04402

Tints of Tenne (Tawny) #D04402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.46%

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

R = 74.82%
G = 24.46%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D04402 (or 0xD04402) is known color: Tenne (Tawny). HEX triplet: D0, 44 and 02. RGB value is (208,68,2). Sum of RGB (Red+Green+Blue) = 208+68+2=278 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.82% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 208 - color contains mainly: red. Hex color #D04402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04402 is #2FBBFD. Grayscale: #666666. Windows color (decimal): -3128318 or 148688. OLE color: 148688.

HSL color Cylindrical-coordinate representation of color #D04402: hue angle of 19.22º degrees, saturation: 0.98, 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 #D04402 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 68 2 -
CMYK 0 0.67 0.99 0.18
HSL 19.22º 0.98% 0.41% -
HSV(B) 19.22º 0.99% 0.82% -
XYZ 28.09 17.55 1.96 -
YUV 102.34 71.38 203.37 -
System Red Green Blue C M Y K H S L
Decimal 208 68 2 0 0.67 0.99 0.18 19.22 0.98 0.41
Hex D0 44 2 0 43 63 12 13 62 29
Octal 320 104 2 0 103 143 22 23 142 51
Binary 11010000 1000100 10 0 1000011 1100011 10010 10011 1100010 101001

Color Harmonies of #D04402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04402

Black with #D04402

Text Example


Text Example

White with #D04402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04402; }

 p { color: rgb(208,68,2); }

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

background-color css

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

 a { background-color: rgb(208,68,2); }

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

border-color css

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

 span { border-color: rgb(208,68,2); }

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