Html Css Color HEX #D35F00 Tenne (Tawny)

📋 copy color: '#D35F00'

red 211 ◦ green 95 ◦ blue 0

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

Shades of Tenne (Tawny) #D35F00

Tints of Tenne (Tawny) #D35F00

RGB

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

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

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

R = 68.95%
G = 31.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D35F00 (or 0xD35F00) is known color: Tenne (Tawny). HEX triplet: D3, 5F and 00. RGB value is (211,95,0). Sum of RGB (Red+Green+Blue) = 211+95+0=306 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.95% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 211 - color contains mainly: red. Hex color #D35F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35F00 is #2CA0FF. Grayscale: #777777. Windows color (decimal): -2924800 or 24531. OLE color: 24531.

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

Color convert

RGB 211 95 0 -
CMYK 0 0.55 1 0.17
HSL 27.01º 1% 0.41% -
HSV(B) 27.01º 1% 0.83% -
XYZ 30.96 22.03 2.62 -
YUV 118.85 60.93 193.72 -
System Red Green Blue C M Y K H S L
Decimal 211 95 0 0 0.55 1 0.17 27.01 1 0.41
Hex D3 5F 0 0 37 64 11 1B 64 29
Octal 323 137 0 0 67 144 21 33 144 51
Binary 11010011 1011111 0 0 110111 1100100 10001 11011 1100100 101001

Color Harmonies of #D35F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35F00

Black with #D35F00

Text Example


Text Example

White with #D35F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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