Html Css Color HEX #D65C07 Tenne (Tawny)

📋 copy color: '#D65C07'

red 214 ◦ green 92 ◦ blue 7

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

Shades of Tenne (Tawny) #D65C07

Tints of Tenne (Tawny) #D65C07

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.39%

 BLUE value IS 7 (3.13% from 255) = 2.24%

R = 68.37%
G = 29.39%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D65C07 (or 0xD65C07) is known color: Tenne (Tawny). HEX triplet: D6, 5C and 07. RGB value is (214,92,7). Sum of RGB (Red+Green+Blue) = 214+92+7=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65C07 is #29A3F8. Grayscale: #777777. Windows color (decimal): -2728953 or 482518. OLE color: 482518.

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

Color convert

RGB 214 92 7 -
CMYK 0 0.57 0.97 0.16
HSL 24.64º 0.94% 0.43% -
HSV(B) 24.64º 0.97% 0.84% -
XYZ 31.6 21.97 2.78 -
YUV 118.79 64.92 195.91 -
System Red Green Blue C M Y K H S L
Decimal 214 92 7 0 0.57 0.97 0.16 24.64 0.94 0.43
Hex D6 5C 7 0 39 61 10 19 5E 2B
Octal 326 134 7 0 71 141 20 31 136 53
Binary 11010110 1011100 111 0 111001 1100001 10000 11001 1011110 101011

Color Harmonies of #D65C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C07

Black with #D65C07

Text Example


Text Example

White with #D65C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C07; }

 p { color: rgb(214,92,7); }

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

background-color css

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

 a { background-color: rgb(214,92,7); }

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

border-color css

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

 span { border-color: rgb(214,92,7); }

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