Html Css Color HEX #D35F0D Tenne (Tawny)

📋 copy color: '#D35F0D'

red 211 ◦ green 95 ◦ blue 13

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

Shades of Tenne (Tawny) #D35F0D

Tints of Tenne (Tawny) #D35F0D

RGB

 RED value IS 211 (82.81% from 255) = 66.14%

 GREEN value IS 95 (37.5% from 255) = 29.78%

 BLUE value IS 13 (5.47% from 255) = 4.08%

R = 66.14%
G = 29.78%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D35F0D (or 0xD35F0D) is known color: Tenne (Tawny). HEX triplet: D3, 5F and 0D. RGB value is (211,95,13). Sum of RGB (Red+Green+Blue) = 211+95+13=319 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.14% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 211 - color contains mainly: red. Hex color #D35F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35F0D is #2CA0F2. Grayscale: #787878. Windows color (decimal): -2924787 or 876499. OLE color: 876499.

HSL color Cylindrical-coordinate representation of color #D35F0D: hue angle of 24.85º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D35F0D is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 95 13 -
CMYK 0 0.55 0.94 0.17
HSL 24.85º 0.88% 0.44% -
HSV(B) 24.85º 0.94% 0.83% -
XYZ 31.03 22.06 3 -
YUV 120.34 67.43 192.67 -
System Red Green Blue C M Y K H S L
Decimal 211 95 13 0 0.55 0.94 0.17 24.85 0.88 0.44
Hex D3 5F D 0 37 5E 11 19 58 2C
Octal 323 137 15 0 67 136 21 31 130 54
Binary 11010011 1011111 1101 0 110111 1011110 10001 11001 1011000 101100

Color Harmonies of #D35F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35F0D

Black with #D35F0D

Text Example


Text Example

White with #D35F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35F0D; }

 p { color: rgb(211,95,13); }

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

background-color css

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

 a { background-color: rgb(211,95,13); }

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

border-color css

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

 span { border-color: rgb(211,95,13); }

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