Html Css Color HEX #D04602 Tenne (Tawny)

📋 copy color: '#D04602'

red 208 ◦ green 70 ◦ blue 2

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

Shades of Tenne (Tawny) #D04602

Tints of Tenne (Tawny) #D04602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25%

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

R = 74.29%
G = 25%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D04602 (or 0xD04602) is known color: Tenne (Tawny). HEX triplet: D0, 46 and 02. RGB value is (208,70,2). Sum of RGB (Red+Green+Blue) = 208+70+2=280 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.29% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 208 - color contains mainly: red. Hex color #D04602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04602 is #2FB9FD. Grayscale: #676767. Windows color (decimal): -3127806 or 149200. OLE color: 149200.

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

Color convert

RGB 208 70 2 -
CMYK 0 0.66 0.99 0.18
HSL 19.81º 0.98% 0.41% -
HSV(B) 19.81º 0.99% 0.82% -
XYZ 28.21 17.79 2.01 -
YUV 103.51 70.72 202.53 -
System Red Green Blue C M Y K H S L
Decimal 208 70 2 0 0.66 0.99 0.18 19.81 0.98 0.41
Hex D0 46 2 0 42 63 12 14 62 29
Octal 320 106 2 0 102 143 22 24 142 51
Binary 11010000 1000110 10 0 1000010 1100011 10010 10100 1100010 101001

Color Harmonies of #D04602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04602

Black with #D04602

Text Example


Text Example

White with #D04602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04602; }

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

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

background-color css

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

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

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

border-color css

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

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

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