Html Css Color HEX #D04D02 Tenne (Tawny)

📋 copy color: '#D04D02'

red 208 ◦ green 77 ◦ blue 2

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

Shades of Tenne (Tawny) #D04D02

Tints of Tenne (Tawny) #D04D02

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.83%

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

R = 72.47%
G = 26.83%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D04D02 (or 0xD04D02) is known color: Tenne (Tawny). HEX triplet: D0, 4D and 02. RGB value is (208,77,2). Sum of RGB (Red+Green+Blue) = 208+77+2=287 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.47% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04D02 is #2FB2FD. Grayscale: #6C6C6C. Windows color (decimal): -3126014 or 150992. OLE color: 150992.

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

Color convert

RGB 208 77 2 -
CMYK 0 0.63 0.99 0.18
HSL 21.84º 0.98% 0.41% -
HSV(B) 21.84º 0.99% 0.82% -
XYZ 28.68 18.72 2.16 -
YUV 107.62 68.4 199.6 -
System Red Green Blue C M Y K H S L
Decimal 208 77 2 0 0.63 0.99 0.18 21.84 0.98 0.41
Hex D0 4D 2 0 3F 63 12 16 62 29
Octal 320 115 2 0 77 143 22 26 142 51
Binary 11010000 1001101 10 0 111111 1100011 10010 10110 1100010 101001

Color Harmonies of #D04D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04D02

Black with #D04D02

Text Example


Text Example

White with #D04D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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