Html Css Color HEX #D65005 Tenne (Tawny)

📋 copy color: '#D65005'

red 214 ◦ green 80 ◦ blue 5

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

Shades of Tenne (Tawny) #D65005

Tints of Tenne (Tawny) #D65005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.67%

R = 71.57%
G = 26.76%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D65005 (or 0xD65005) is known color: Tenne (Tawny). HEX triplet: D6, 50 and 05. RGB value is (214,80,5). Sum of RGB (Red+Green+Blue) = 214+80+5=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D65005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65005 is #29AFFA. Grayscale: #6F6F6F. Windows color (decimal): -2732027 or 348374. OLE color: 348374.

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

Color convert

RGB 214 80 5 -
CMYK 0 0.63 0.98 0.16
HSL 21.53º 0.95% 0.43% -
HSV(B) 21.53º 0.98% 0.84% -
XYZ 30.63 20.04 2.4 -
YUV 111.52 67.89 201.1 -
System Red Green Blue C M Y K H S L
Decimal 214 80 5 0 0.63 0.98 0.16 21.53 0.95 0.43
Hex D6 50 5 0 3F 62 10 16 5F 2B
Octal 326 120 5 0 77 142 20 26 137 53
Binary 11010110 1010000 101 0 111111 1100010 10000 10110 1011111 101011

Color Harmonies of #D65005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65005

Black with #D65005

Text Example


Text Example

White with #D65005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65005; }

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

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

background-color css

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

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

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

border-color css

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

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

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