Html Css Color HEX #D65B09 Tenne (Tawny)

📋 copy color: '#D65B09'

red 214 ◦ green 91 ◦ blue 9

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

Shades of Tenne (Tawny) #D65B09

Tints of Tenne (Tawny) #D65B09

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.98%

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

R = 68.15%
G = 28.98%
B = 2.87%

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

#D65B09 (or 0xD65B09) is known color: Tenne (Tawny). HEX triplet: D6, 5B and 09. RGB value is (214,91,9). Sum of RGB (Red+Green+Blue) = 214+91+9=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65B09 is #29A4F6. Grayscale: #767676. Windows color (decimal): -2729207 or 613334. OLE color: 613334.

HSL color Cylindrical-coordinate representation of color #D65B09: hue angle of 24º 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 #D65B09 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 91 9 -
CMYK 0 0.57 0.96 0.16
HSL 24º 0.92% 0.44% -
HSV(B) 24º 0.96% 0.84% -
XYZ 31.52 21.8 2.8 -
YUV 118.43 66.25 196.17 -
System Red Green Blue C M Y K H S L
Decimal 214 91 9 0 0.57 0.96 0.16 24 0.92 0.44
Hex D6 5B 9 0 39 60 10 18 5C 2C
Octal 326 133 11 0 71 140 20 30 134 54
Binary 11010110 1011011 1001 0 111001 1100000 10000 11000 1011100 101100

Color Harmonies of #D65B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65B09

Black with #D65B09

Text Example


Text Example

White with #D65B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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