Html Css Color HEX #D35A09 Tenne (Tawny)

📋 copy color: '#D35A09'

red 211 ◦ green 90 ◦ blue 9

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

Shades of Tenne (Tawny) #D35A09

Tints of Tenne (Tawny) #D35A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.9%

R = 68.06%
G = 29.03%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D35A09 (or 0xD35A09) is known color: Tenne (Tawny). HEX triplet: D3, 5A and 09. RGB value is (211,90,9). Sum of RGB (Red+Green+Blue) = 211+90+9=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D35A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35A09 is #2CA5F6. Grayscale: #757575. Windows color (decimal): -2926071 or 613075. OLE color: 613075.

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

Color convert

RGB 211 90 9 -
CMYK 0 0.57 0.96 0.17
HSL 24.06º 0.92% 0.43% -
HSV(B) 24.06º 0.96% 0.83% -
XYZ 30.57 21.18 2.74 -
YUV 116.95 67.09 195.09 -
System Red Green Blue C M Y K H S L
Decimal 211 90 9 0 0.57 0.96 0.17 24.06 0.92 0.43
Hex D3 5A 9 0 39 60 11 18 5C 2B
Octal 323 132 11 0 71 140 21 30 134 53
Binary 11010011 1011010 1001 0 111001 1100000 10001 11000 1011100 101011

Color Harmonies of #D35A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35A09

Black with #D35A09

Text Example


Text Example

White with #D35A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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