Html Css Color HEX #D35A0D Tenne (Tawny)

📋 copy color: '#D35A0D'

red 211 ◦ green 90 ◦ blue 13

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

Shades of Tenne (Tawny) #D35A0D

Tints of Tenne (Tawny) #D35A0D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.66%

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

R = 67.2%
G = 28.66%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D35A0D (or 0xD35A0D) is known color: Tenne (Tawny). HEX triplet: D3, 5A and 0D. RGB value is (211,90,13). Sum of RGB (Red+Green+Blue) = 211+90+13=314 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.20% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 211 - color contains mainly: red. Hex color #D35A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35A0D is #2CA5F2. Grayscale: #757575. Windows color (decimal): -2926067 or 875219. OLE color: 875219.

HSL color Cylindrical-coordinate representation of color #D35A0D: hue angle of 23.33º 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 #D35A0D is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 90 13 -
CMYK 0 0.57 0.94 0.17
HSL 23.33º 0.88% 0.44% -
HSV(B) 23.33º 0.94% 0.83% -
XYZ 30.59 21.19 2.86 -
YUV 117.4 69.09 194.76 -
System Red Green Blue C M Y K H S L
Decimal 211 90 13 0 0.57 0.94 0.17 23.33 0.88 0.44
Hex D3 5A D 0 39 5E 11 17 58 2C
Octal 323 132 15 0 71 136 21 27 130 54
Binary 11010011 1011010 1101 0 111001 1011110 10001 10111 1011000 101100

Color Harmonies of #D35A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35A0D

Black with #D35A0D

Text Example


Text Example

White with #D35A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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