Html Css Color HEX #D65907 Tenne (Tawny)

📋 copy color: '#D65907'

red 214 ◦ green 89 ◦ blue 7

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

Shades of Tenne (Tawny) #D65907

Tints of Tenne (Tawny) #D65907

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.71%

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

R = 69.03%
G = 28.71%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D65907 (or 0xD65907) is known color: Tenne (Tawny). HEX triplet: D6, 59 and 07. RGB value is (214,89,7). Sum of RGB (Red+Green+Blue) = 214+89+7=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D65907 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65907 is #29A6F8. Grayscale: #757575. Windows color (decimal): -2729721 or 481750. OLE color: 481750.

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

Color convert

RGB 214 89 7 -
CMYK 0 0.58 0.97 0.16
HSL 23.77º 0.94% 0.43% -
HSV(B) 23.77º 0.97% 0.84% -
XYZ 31.34 21.46 2.69 -
YUV 117.03 65.91 197.17 -
System Red Green Blue C M Y K H S L
Decimal 214 89 7 0 0.58 0.97 0.16 23.77 0.94 0.43
Hex D6 59 7 0 3A 61 10 18 5E 2B
Octal 326 131 7 0 72 141 20 30 136 53
Binary 11010110 1011001 111 0 111010 1100001 10000 11000 1011110 101011

Color Harmonies of #D65907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65907

Black with #D65907

Text Example


Text Example

White with #D65907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65907; }

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

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

background-color css

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

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

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

border-color css

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

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

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