Html Css Color HEX #D35A07 Tenne (Tawny)

📋 copy color: '#D35A07'

red 211 ◦ green 90 ◦ blue 7

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

Shades of Tenne (Tawny) #D35A07

Tints of Tenne (Tawny) #D35A07

RGB

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

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

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

R = 68.51%
G = 29.22%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D35A07 (or 0xD35A07) is known color: Tenne (Tawny). HEX triplet: D3, 5A and 07. RGB value is (211,90,7). Sum of RGB (Red+Green+Blue) = 211+90+7=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D35A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35A07 is #2CA5F8. Grayscale: #757575. Windows color (decimal): -2926073 or 482003. OLE color: 482003.

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

Color convert

RGB 211 90 7 -
CMYK 0 0.57 0.97 0.17
HSL 24.41º 0.94% 0.43% -
HSV(B) 24.41º 0.97% 0.83% -
XYZ 30.56 21.18 2.68 -
YUV 116.72 66.09 195.25 -
System Red Green Blue C M Y K H S L
Decimal 211 90 7 0 0.57 0.97 0.17 24.41 0.94 0.43
Hex D3 5A 7 0 39 61 11 18 5E 2B
Octal 323 132 7 0 71 141 21 30 136 53
Binary 11010011 1011010 111 0 111001 1100001 10001 11000 1011110 101011

Color Harmonies of #D35A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35A07

Black with #D35A07

Text Example


Text Example

White with #D35A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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