Html Css Color HEX #D65505 Tenne (Tawny)

📋 copy color: '#D65505'

red 214 ◦ green 85 ◦ blue 5

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

Shades of Tenne (Tawny) #D65505

Tints of Tenne (Tawny) #D65505

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.96%

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

R = 70.39%
G = 27.96%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D65505 (or 0xD65505) is known color: Tenne (Tawny). HEX triplet: D6, 55 and 05. RGB value is (214,85,5). Sum of RGB (Red+Green+Blue) = 214+85+5=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D65505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65505 is #29AAFA. Grayscale: #727272. Windows color (decimal): -2730747 or 349654. OLE color: 349654.

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

Color convert

RGB 214 85 5 -
CMYK 0 0.60 0.98 0.16
HSL 22.97º 0.95% 0.43% -
HSV(B) 22.97º 0.98% 0.84% -
XYZ 31.01 20.8 2.52 -
YUV 114.45 66.24 199 -
System Red Green Blue C M Y K H S L
Decimal 214 85 5 0 0.60 0.98 0.16 22.97 0.95 0.43
Hex D6 55 5 0 3C 62 10 17 5F 2B
Octal 326 125 5 0 74 142 20 27 137 53
Binary 11010110 1010101 101 0 111100 1100010 10000 10111 1011111 101011

Color Harmonies of #D65505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65505

Black with #D65505

Text Example


Text Example

White with #D65505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65505; }

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

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

background-color css

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

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

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

border-color css

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

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

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