Html Css Color HEX #D95C06 Tenne (Tawny)

📋 copy color: '#D95C06'

red 217 ◦ green 92 ◦ blue 6

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

Shades of Tenne (Tawny) #D95C06

Tints of Tenne (Tawny) #D95C06

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.21%

 BLUE value IS 6 (2.73% from 255) = 1.9%

R = 68.89%
G = 29.21%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D95C06 (or 0xD95C06) is known color: Tenne (Tawny). HEX triplet: D9, 5C and 06. RGB value is (217,92,6). Sum of RGB (Red+Green+Blue) = 217+92+6=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95C06 is #26A3F9. Grayscale: #787878. Windows color (decimal): -2532346 or 416985. OLE color: 416985.

HSL color Cylindrical-coordinate representation of color #D95C06: hue angle of 24.45º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D95C06 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 92 6 -
CMYK 0 0.58 0.97 0.15
HSL 24.45º 0.95% 0.44% -
HSV(B) 24.45º 0.97% 0.85% -
XYZ 32.48 22.42 2.79 -
YUV 119.57 63.91 197.49 -
System Red Green Blue C M Y K H S L
Decimal 217 92 6 0 0.58 0.97 0.15 24.45 0.95 0.44
Hex D9 5C 6 0 3A 61 F 18 5F 2C
Octal 331 134 6 0 72 141 17 30 137 54
Binary 11011001 1011100 110 0 111010 1100001 1111 11000 1011111 101100

Color Harmonies of #D95C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95C06

Black with #D95C06

Text Example


Text Example

White with #D95C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95C06; }

 p { color: rgb(217,92,6); }

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

background-color css

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

 a { background-color: rgb(217,92,6); }

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

border-color css

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

 span { border-color: rgb(217,92,6); }

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