Html Css Color HEX #D65F0D Tenne (Tawny)

📋 copy color: '#D65F0D'

red 214 ◦ green 95 ◦ blue 13

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

Shades of Tenne (Tawny) #D65F0D

Tints of Tenne (Tawny) #D65F0D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.5%

 BLUE value IS 13 (5.47% from 255) = 4.04%

R = 66.46%
G = 29.5%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D65F0D (or 0xD65F0D) is known color: Tenne (Tawny). HEX triplet: D6, 5F and 0D. RGB value is (214,95,13). Sum of RGB (Red+Green+Blue) = 214+95+13=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65F0D is #29A0F2. Grayscale: #797979. Windows color (decimal): -2728179 or 876502. OLE color: 876502.

HSL color Cylindrical-coordinate representation of color #D65F0D: hue angle of 24.48º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D65F0D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 95 13 -
CMYK 0 0.56 0.94 0.16
HSL 24.48º 0.89% 0.45% -
HSV(B) 24.48º 0.94% 0.84% -
XYZ 31.9 22.51 3.04 -
YUV 121.23 66.92 194.17 -
System Red Green Blue C M Y K H S L
Decimal 214 95 13 0 0.56 0.94 0.16 24.48 0.89 0.45
Hex D6 5F D 0 38 5E 10 18 59 2D
Octal 326 137 15 0 70 136 20 30 131 55
Binary 11010110 1011111 1101 0 111000 1011110 10000 11000 1011001 101101

Color Harmonies of #D65F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F0D

Black with #D65F0D

Text Example


Text Example

White with #D65F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F0D; }

 p { color: rgb(214,95,13); }

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

background-color css

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

 a { background-color: rgb(214,95,13); }

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

border-color css

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

 span { border-color: rgb(214,95,13); }

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