Html Css Color HEX #D65F06 Tenne (Tawny)

📋 copy color: '#D65F06'

red 214 ◦ green 95 ◦ blue 6

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

Shades of Tenne (Tawny) #D65F06

Tints of Tenne (Tawny) #D65F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.9%

R = 67.94%
G = 30.16%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D65F06 (or 0xD65F06) is known color: Tenne (Tawny). HEX triplet: D6, 5F and 06. RGB value is (214,95,6). Sum of RGB (Red+Green+Blue) = 214+95+6=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65F06 is #29A0F9. Grayscale: #787878. Windows color (decimal): -2728186 or 417750. OLE color: 417750.

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

Color convert

RGB 214 95 6 -
CMYK 0 0.56 0.97 0.16
HSL 25.67º 0.95% 0.43% -
HSV(B) 25.67º 0.97% 0.84% -
XYZ 31.86 22.49 2.83 -
YUV 120.44 63.42 194.74 -
System Red Green Blue C M Y K H S L
Decimal 214 95 6 0 0.56 0.97 0.16 25.67 0.95 0.43
Hex D6 5F 6 0 38 61 10 1A 5F 2B
Octal 326 137 6 0 70 141 20 32 137 53
Binary 11010110 1011111 110 0 111000 1100001 10000 11010 1011111 101011

Color Harmonies of #D65F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F06

Black with #D65F06

Text Example


Text Example

White with #D65F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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