Html Css Color HEX #D35C07 Tenne (Tawny)

📋 copy color: '#D35C07'

red 211 ◦ green 92 ◦ blue 7

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

Shades of Tenne (Tawny) #D35C07

Tints of Tenne (Tawny) #D35C07

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.68%

 BLUE value IS 7 (3.13% from 255) = 2.26%

R = 68.06%
G = 29.68%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D35C07 (or 0xD35C07) is known color: Tenne (Tawny). HEX triplet: D3, 5C and 07. RGB value is (211,92,7). Sum of RGB (Red+Green+Blue) = 211+92+7=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35C07 is #2CA3F8. Grayscale: #767676. Windows color (decimal): -2925561 or 482515. OLE color: 482515.

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

Color convert

RGB 211 92 7 -
CMYK 0 0.56 0.97 0.17
HSL 25º 0.94% 0.43% -
HSV(B) 25º 0.97% 0.83% -
XYZ 30.73 21.52 2.73 -
YUV 117.89 65.42 194.41 -
System Red Green Blue C M Y K H S L
Decimal 211 92 7 0 0.56 0.97 0.17 25 0.94 0.43
Hex D3 5C 7 0 38 61 11 19 5E 2B
Octal 323 134 7 0 70 141 21 31 136 53
Binary 11010011 1011100 111 0 111000 1100001 10001 11001 1011110 101011

Color Harmonies of #D35C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35C07

Black with #D35C07

Text Example


Text Example

White with #D35C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35C07; }

 p { color: rgb(211,92,7); }

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

background-color css

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

 a { background-color: rgb(211,92,7); }

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

border-color css

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

 span { border-color: rgb(211,92,7); }

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