Html Css Color HEX #D35D0A Tenne (Tawny)

📋 copy color: '#D35D0A'

red 211 ◦ green 93 ◦ blue 10

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

Shades of Tenne (Tawny) #D35D0A

Tints of Tenne (Tawny) #D35D0A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.62%

 BLUE value IS 10 (4.3% from 255) = 3.18%

R = 67.2%
G = 29.62%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D35D0A (or 0xD35D0A) is known color: Tenne (Tawny). HEX triplet: D3, 5D and 0A. RGB value is (211,93,10). Sum of RGB (Red+Green+Blue) = 211+93+10=314 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.20% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35D0A is #2CA2F5. Grayscale: #777777. Windows color (decimal): -2925302 or 679379. OLE color: 679379.

HSL color Cylindrical-coordinate representation of color #D35D0A: hue angle of 24.78º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D35D0A is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 93 10 -
CMYK 0 0.56 0.95 0.17
HSL 24.78º 0.91% 0.43% -
HSV(B) 24.78º 0.95% 0.83% -
XYZ 30.83 21.7 2.85 -
YUV 118.82 66.59 193.75 -
System Red Green Blue C M Y K H S L
Decimal 211 93 10 0 0.56 0.95 0.17 24.78 0.91 0.43
Hex D3 5D A 0 38 5F 11 19 5B 2B
Octal 323 135 12 0 70 137 21 31 133 53
Binary 11010011 1011101 1010 0 111000 1011111 10001 11001 1011011 101011

Color Harmonies of #D35D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35D0A

Black with #D35D0A

Text Example


Text Example

White with #D35D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35D0A; }

 p { color: rgb(211,93,10); }

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

background-color css

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

 a { background-color: rgb(211,93,10); }

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

border-color css

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

 span { border-color: rgb(211,93,10); }

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