Html Css Color HEX #D65006 Tenne (Tawny)

📋 copy color: '#D65006'

red 214 ◦ green 80 ◦ blue 6

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

Shades of Tenne (Tawny) #D65006

Tints of Tenne (Tawny) #D65006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.67%

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

R = 71.33%
G = 26.67%
B = 2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D65006 (or 0xD65006) is known color: Tenne (Tawny). HEX triplet: D6, 50 and 06. RGB value is (214,80,6). Sum of RGB (Red+Green+Blue) = 214+80+6=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D65006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65006 is #29AFF9. Grayscale: #707070. Windows color (decimal): -2732026 or 413910. OLE color: 413910.

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

Color convert

RGB 214 80 6 -
CMYK 0 0.63 0.97 0.16
HSL 21.35º 0.95% 0.43% -
HSV(B) 21.35º 0.97% 0.84% -
XYZ 30.63 20.05 2.43 -
YUV 111.63 68.39 201.02 -
System Red Green Blue C M Y K H S L
Decimal 214 80 6 0 0.63 0.97 0.16 21.35 0.95 0.43
Hex D6 50 6 0 3F 61 10 15 5F 2B
Octal 326 120 6 0 77 141 20 25 137 53
Binary 11010110 1010000 110 0 111111 1100001 10000 10101 1011111 101011

Color Harmonies of #D65006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65006

Black with #D65006

Text Example


Text Example

White with #D65006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65006; }

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

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

background-color css

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

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

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

border-color css

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

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

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