Html Css Color HEX #D65D09 Tenne (Tawny)

📋 copy color: '#D65D09'

red 214 ◦ green 93 ◦ blue 9

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

Shades of Tenne (Tawny) #D65D09

Tints of Tenne (Tawny) #D65D09

RGB

 RED value IS 214 (83.98% from 255) = 67.72%

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

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

R = 67.72%
G = 29.43%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D65D09 (or 0xD65D09) is known color: Tenne (Tawny). HEX triplet: D6, 5D and 09. RGB value is (214,93,9). Sum of RGB (Red+Green+Blue) = 214+93+9=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 9 (3.91% from 255 or 2.85% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65D09 is #29A2F6. Grayscale: #787878. Windows color (decimal): -2728695 or 613846. OLE color: 613846.

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

Color convert

RGB 214 93 9 -
CMYK 0 0.57 0.96 0.16
HSL 24.59º 0.92% 0.44% -
HSV(B) 24.59º 0.96% 0.84% -
XYZ 31.7 22.14 2.86 -
YUV 119.6 65.59 195.33 -
System Red Green Blue C M Y K H S L
Decimal 214 93 9 0 0.57 0.96 0.16 24.59 0.92 0.44
Hex D6 5D 9 0 39 60 10 19 5C 2C
Octal 326 135 11 0 71 140 20 31 134 54
Binary 11010110 1011101 1001 0 111001 1100000 10000 11001 1011100 101100

Color Harmonies of #D65D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65D09

Black with #D65D09

Text Example


Text Example

White with #D65D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65D09; }

 p { color: rgb(214,93,9); }

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

background-color css

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

 a { background-color: rgb(214,93,9); }

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

border-color css

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

 span { border-color: rgb(214,93,9); }

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