Html Css Color HEX #D65F0C Tenne (Tawny)

📋 copy color: '#D65F0C'

red 214 ◦ green 95 ◦ blue 12

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

Shades of Tenne (Tawny) #D65F0C

Tints of Tenne (Tawny) #D65F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.74%

R = 66.67%
G = 29.6%
B = 3.74%

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

#D65F0C (or 0xD65F0C) is known color: Tenne (Tawny). HEX triplet: D6, 5F and 0C. RGB value is (214,95,12). Sum of RGB (Red+Green+Blue) = 214+95+12=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65F0C is #29A0F3. Grayscale: #797979. Windows color (decimal): -2728180 or 810966. OLE color: 810966.

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

Color convert

RGB 214 95 12 -
CMYK 0 0.56 0.94 0.16
HSL 24.65º 0.89% 0.44% -
HSV(B) 24.65º 0.94% 0.84% -
XYZ 31.89 22.51 3.01 -
YUV 121.12 66.42 194.25 -
System Red Green Blue C M Y K H S L
Decimal 214 95 12 0 0.56 0.94 0.16 24.65 0.89 0.44
Hex D6 5F C 0 38 5E 10 19 59 2C
Octal 326 137 14 0 70 136 20 31 131 54
Binary 11010110 1011111 1100 0 111000 1011110 10000 11001 1011001 101100

Color Harmonies of #D65F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F0C

Black with #D65F0C

Text Example


Text Example

White with #D65F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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