Html Css Color HEX #D95D00 Tenne (Tawny)

📋 copy color: '#D95D00'

red 217 ◦ green 93 ◦ blue 0

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

Shades of Tenne (Tawny) #D95D00

Tints of Tenne (Tawny) #D95D00

RGB

 RED value IS 217 (85.16% from 255) = 70%

 GREEN value IS 93 (36.72% from 255) = 30%

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

R = 70%
G = 30%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D95D00 (or 0xD95D00) is known color: Tenne (Tawny). HEX triplet: D9, 5D and 00. RGB value is (217,93,0). Sum of RGB (Red+Green+Blue) = 217+93+0=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95D00 is #26A2FF. Grayscale: #777777. Windows color (decimal): -2532096 or 24025. OLE color: 24025.

HSL color Cylindrical-coordinate representation of color #D95D00: hue angle of 25.71º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D95D00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 93 0 -
CMYK 0 0.57 1 0.15
HSL 25.71º 1% 0.43% -
HSV(B) 25.71º 1% 0.85% -
XYZ 32.53 22.58 2.64 -
YUV 119.47 60.58 197.56 -
System Red Green Blue C M Y K H S L
Decimal 217 93 0 0 0.57 1 0.15 25.71 1 0.43
Hex D9 5D 0 0 39 64 F 1A 64 2B
Octal 331 135 0 0 71 144 17 32 144 53
Binary 11011001 1011101 0 0 111001 1100100 1111 11010 1100100 101011

Color Harmonies of #D95D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95D00

Black with #D95D00

Text Example


Text Example

White with #D95D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95D00; }

 p { color: rgb(217,93,0); }

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

background-color css

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

 a { background-color: rgb(217,93,0); }

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

border-color css

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

 span { border-color: rgb(217,93,0); }

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