Html Css Color HEX #D35300 Tenne (Tawny)

📋 copy color: '#D35300'

red 211 ◦ green 83 ◦ blue 0

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

Shades of Tenne (Tawny) #D35300

Tints of Tenne (Tawny) #D35300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.23%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.77%
G = 28.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D35300 (or 0xD35300) is known color: Tenne (Tawny). HEX triplet: D3, 53 and 00. RGB value is (211,83,0). Sum of RGB (Red+Green+Blue) = 211+83+0=294 (38% of max value = 765). Red value is 211 (82.81% from 255 or 71.77% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 211 - color contains mainly: red. Hex color #D35300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35300 is #2CACFF. Grayscale: #707070. Windows color (decimal): -2927872 or 21459. OLE color: 21459.

HSL color Cylindrical-coordinate representation of color #D35300: hue angle of 23.6º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D35300 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 83 0 -
CMYK 0 0.61 1 0.17
HSL 23.6º 1% 0.41% -
HSV(B) 23.6º 1% 0.83% -
XYZ 29.96 20.04 2.29 -
YUV 111.81 64.91 198.75 -
System Red Green Blue C M Y K H S L
Decimal 211 83 0 0 0.61 1 0.17 23.6 1 0.41
Hex D3 53 0 0 3D 64 11 18 64 29
Octal 323 123 0 0 75 144 21 30 144 51
Binary 11010011 1010011 0 0 111101 1100100 10001 11000 1100100 101001

Color Harmonies of #D35300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35300

Black with #D35300

Text Example


Text Example

White with #D35300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35300; }

 p { color: rgb(211,83,0); }

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

background-color css

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

 a { background-color: rgb(211,83,0); }

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

border-color css

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

 span { border-color: rgb(211,83,0); }

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