Html Css Color HEX #D04102 Tenne (Tawny)

📋 copy color: '#D04102'

red 208 ◦ green 65 ◦ blue 2

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

Shades of Tenne (Tawny) #D04102

Tints of Tenne (Tawny) #D04102

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.64%

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

R = 75.64%
G = 23.64%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D04102 (or 0xD04102) is known color: Tenne (Tawny). HEX triplet: D0, 41 and 02. RGB value is (208,65,2). Sum of RGB (Red+Green+Blue) = 208+65+2=275 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.64% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 208 - color contains mainly: red. Hex color #D04102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04102 is #2FBEFD. Grayscale: #646464. Windows color (decimal): -3129086 or 147920. OLE color: 147920.

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

Color convert

RGB 208 65 2 -
CMYK 0 0.69 0.99 0.18
HSL 18.35º 0.98% 0.41% -
HSV(B) 18.35º 0.99% 0.82% -
XYZ 27.91 17.19 1.91 -
YUV 100.58 72.38 204.62 -
System Red Green Blue C M Y K H S L
Decimal 208 65 2 0 0.69 0.99 0.18 18.35 0.98 0.41
Hex D0 41 2 0 45 63 12 12 62 29
Octal 320 101 2 0 105 143 22 22 142 51
Binary 11010000 1000001 10 0 1000101 1100011 10010 10010 1100010 101001

Color Harmonies of #D04102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04102

Black with #D04102

Text Example


Text Example

White with #D04102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04102; }

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

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

background-color css

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

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

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

border-color css

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

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

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