Html Css Color HEX #D04F02 Tenne (Tawny)

📋 copy color: '#D04F02'

red 208 ◦ green 79 ◦ blue 2

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

Shades of Tenne (Tawny) #D04F02

Tints of Tenne (Tawny) #D04F02

RGB

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

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

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

R = 71.97%
G = 27.34%
B = 0.69%

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

#D04F02 (or 0xD04F02) is known color: Tenne (Tawny). HEX triplet: D0, 4F and 02. RGB value is (208,79,2). Sum of RGB (Red+Green+Blue) = 208+79+2=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04F02 is #2FB0FD. Grayscale: #6D6D6D. Windows color (decimal): -3125502 or 151504. OLE color: 151504.

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

Color convert

RGB 208 79 2 -
CMYK 0 0.62 0.99 0.18
HSL 22.43º 0.98% 0.41% -
HSV(B) 22.43º 0.99% 0.82% -
XYZ 28.82 19.01 2.21 -
YUV 108.79 67.74 198.76 -
System Red Green Blue C M Y K H S L
Decimal 208 79 2 0 0.62 0.99 0.18 22.43 0.98 0.41
Hex D0 4F 2 0 3E 63 12 16 62 29
Octal 320 117 2 0 76 143 22 26 142 51
Binary 11010000 1001111 10 0 111110 1100011 10010 10110 1100010 101001

Color Harmonies of #D04F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04F02

Black with #D04F02

Text Example


Text Example

White with #D04F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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