Html Css Color HEX #D35F06 Tenne (Tawny)

📋 copy color: '#D35F06'

red 211 ◦ green 95 ◦ blue 6

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

Shades of Tenne (Tawny) #D35F06

Tints of Tenne (Tawny) #D35F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.92%

R = 67.63%
G = 30.45%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D35F06 (or 0xD35F06) is known color: Tenne (Tawny). HEX triplet: D3, 5F and 06. RGB value is (211,95,6). Sum of RGB (Red+Green+Blue) = 211+95+6=312 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.63% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 211 - color contains mainly: red. Hex color #D35F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35F06 is #2CA0F9. Grayscale: #787878. Windows color (decimal): -2924794 or 417747. OLE color: 417747.

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

Color convert

RGB 211 95 6 -
CMYK 0 0.55 0.97 0.17
HSL 26.05º 0.94% 0.43% -
HSV(B) 26.05º 0.97% 0.83% -
XYZ 30.99 22.05 2.79 -
YUV 119.54 63.93 193.24 -
System Red Green Blue C M Y K H S L
Decimal 211 95 6 0 0.55 0.97 0.17 26.05 0.94 0.43
Hex D3 5F 6 0 37 61 11 1A 5E 2B
Octal 323 137 6 0 67 141 21 32 136 53
Binary 11010011 1011111 110 0 110111 1100001 10001 11010 1011110 101011

Color Harmonies of #D35F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35F06

Black with #D35F06

Text Example


Text Example

White with #D35F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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