Html Css Color HEX #D95A00 Tenne (Tawny)

📋 copy color: '#D95A00'

red 217 ◦ green 90 ◦ blue 0

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

Shades of Tenne (Tawny) #D95A00

Tints of Tenne (Tawny) #D95A00

RGB

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

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

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

R = 70.68%
G = 29.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D95A00 (or 0xD95A00) is known color: Tenne (Tawny). HEX triplet: D9, 5A and 00. RGB value is (217,90,0). Sum of RGB (Red+Green+Blue) = 217+90+0=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95A00 is #26A5FF. Grayscale: #767676. Windows color (decimal): -2532864 or 23257. OLE color: 23257.

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

Color convert

RGB 217 90 0 -
CMYK 0 0.59 1 0.15
HSL 24.88º 1% 0.43% -
HSV(B) 24.88º 1% 0.85% -
XYZ 32.27 22.06 2.56 -
YUV 117.71 61.58 198.82 -
System Red Green Blue C M Y K H S L
Decimal 217 90 0 0 0.59 1 0.15 24.88 1 0.43
Hex D9 5A 0 0 3B 64 F 19 64 2B
Octal 331 132 0 0 73 144 17 31 144 53
Binary 11011001 1011010 0 0 111011 1100100 1111 11001 1100100 101011

Color Harmonies of #D95A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95A00

Black with #D95A00

Text Example


Text Example

White with #D95A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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