Html Css Color HEX #D94509 Tenne (Tawny)

📋 copy color: '#D94509'

red 217 ◦ green 69 ◦ blue 9

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

Shades of Tenne (Tawny) #D94509

Tints of Tenne (Tawny) #D94509

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.39%

 BLUE value IS 9 (3.91% from 255) = 3.05%

R = 73.56%
G = 23.39%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D94509 (or 0xD94509) is known color: Tenne (Tawny). HEX triplet: D9, 45 and 09. RGB value is (217,69,9). Sum of RGB (Red+Green+Blue) = 217+69+9=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D94509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94509 is #26BAF6. Grayscale: #6A6A6A. Windows color (decimal): -2538231 or 607705. OLE color: 607705.

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

Color convert

RGB 217 69 9 -
CMYK 0 0.68 0.96 0.15
HSL 17.31º 0.92% 0.44% -
HSV(B) 17.31º 0.96% 0.85% -
XYZ 30.79 19.03 2.31 -
YUV 106.41 73.03 206.88 -
System Red Green Blue C M Y K H S L
Decimal 217 69 9 0 0.68 0.96 0.15 17.31 0.92 0.44
Hex D9 45 9 0 44 60 F 11 5C 2C
Octal 331 105 11 0 104 140 17 21 134 54
Binary 11011001 1000101 1001 0 1000100 1100000 1111 10001 1011100 101100

Color Harmonies of #D94509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94509

Black with #D94509

Text Example


Text Example

White with #D94509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94509; }

 p { color: rgb(217,69,9); }

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

background-color css

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

 a { background-color: rgb(217,69,9); }

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

border-color css

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

 span { border-color: rgb(217,69,9); }

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