Html Css Color HEX #D95C04 Tenne (Tawny)

📋 copy color: '#D95C04'

red 217 ◦ green 92 ◦ blue 4

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

Shades of Tenne (Tawny) #D95C04

Tints of Tenne (Tawny) #D95C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.28%

R = 69.33%
G = 29.39%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D95C04 (or 0xD95C04) is known color: Tenne (Tawny). HEX triplet: D9, 5C and 04. RGB value is (217,92,4). Sum of RGB (Red+Green+Blue) = 217+92+4=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95C04 is #26A3FB. Grayscale: #777777. Windows color (decimal): -2532348 or 285913. OLE color: 285913.

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

Color convert

RGB 217 92 4 -
CMYK 0 0.58 0.98 0.15
HSL 24.79º 0.96% 0.43% -
HSV(B) 24.79º 0.98% 0.85% -
XYZ 32.46 22.41 2.73 -
YUV 119.34 62.91 197.66 -
System Red Green Blue C M Y K H S L
Decimal 217 92 4 0 0.58 0.98 0.15 24.79 0.96 0.43
Hex D9 5C 4 0 3A 62 F 19 60 2B
Octal 331 134 4 0 72 142 17 31 140 53
Binary 11011001 1011100 100 0 111010 1100010 1111 11001 1100000 101011

Color Harmonies of #D95C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95C04

Black with #D95C04

Text Example


Text Example

White with #D95C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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