Html Css Color HEX #D05312 Tenne (Tawny)

📋 copy color: '#D05312'

red 208 ◦ green 83 ◦ blue 18

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

Shades of Tenne (Tawny) #D05312

Tints of Tenne (Tawny) #D05312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.86%

 BLUE value IS 18 (7.42% from 255) = 5.83%

R = 67.31%
G = 26.86%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D05312 (or 0xD05312) is known color: Tenne (Tawny). HEX triplet: D0, 53 and 12. RGB value is (208,83,18). Sum of RGB (Red+Green+Blue) = 208+83+18=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D05312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05312 is #2FACED. Grayscale: #717171. Windows color (decimal): -3124462 or 1201104. OLE color: 1201104.

HSL color Cylindrical-coordinate representation of color #D05312: hue angle of 20.53º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D05312 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 83 18 -
CMYK 0 0.60 0.91 0.18
HSL 20.53º 0.84% 0.44% -
HSV(B) 20.53º 0.91% 0.82% -
XYZ 29.21 19.64 2.82 -
YUV 112.97 74.41 195.79 -
System Red Green Blue C M Y K H S L
Decimal 208 83 18 0 0.60 0.91 0.18 20.53 0.84 0.44
Hex D0 53 12 0 3C 5B 12 15 54 2C
Octal 320 123 22 0 74 133 22 25 124 54
Binary 11010000 1010011 10010 0 111100 1011011 10010 10101 1010100 101100

Color Harmonies of #D05312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05312

Black with #D05312

Text Example


Text Example

White with #D05312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05312; }

 p { color: rgb(208,83,18); }

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

background-color css

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

 a { background-color: rgb(208,83,18); }

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

border-color css

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

 span { border-color: rgb(208,83,18); }

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