Html Css Color HEX #D65607 Tenne (Tawny)

📋 copy color: '#D65607'

red 214 ◦ green 86 ◦ blue 7

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

Shades of Tenne (Tawny) #D65607

Tints of Tenne (Tawny) #D65607

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.01%

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

R = 69.71%
G = 28.01%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D65607 (or 0xD65607) is known color: Tenne (Tawny). HEX triplet: D6, 56 and 07. RGB value is (214,86,7). Sum of RGB (Red+Green+Blue) = 214+86+7=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D65607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65607 is #29A9F8. Grayscale: #737373. Windows color (decimal): -2730489 or 480982. OLE color: 480982.

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

Color convert

RGB 214 86 7 -
CMYK 0 0.60 0.97 0.16
HSL 22.9º 0.94% 0.43% -
HSV(B) 22.9º 0.97% 0.84% -
XYZ 31.1 20.97 2.61 -
YUV 115.27 66.91 198.42 -
System Red Green Blue C M Y K H S L
Decimal 214 86 7 0 0.60 0.97 0.16 22.9 0.94 0.43
Hex D6 56 7 0 3C 61 10 17 5E 2B
Octal 326 126 7 0 74 141 20 27 136 53
Binary 11010110 1010110 111 0 111100 1100001 10000 10111 1011110 101011

Color Harmonies of #D65607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65607

Black with #D65607

Text Example


Text Example

White with #D65607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65607; }

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

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

background-color css

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

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

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

border-color css

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

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

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