Html Css Color HEX #D65502 Tenne (Tawny)

📋 copy color: '#D65502'

red 214 ◦ green 85 ◦ blue 2

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

Shades of Tenne (Tawny) #D65502

Tints of Tenne (Tawny) #D65502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 71.1%
G = 28.24%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D65502 (or 0xD65502) is known color: Tenne (Tawny). HEX triplet: D6, 55 and 02. RGB value is (214,85,2). Sum of RGB (Red+Green+Blue) = 214+85+2=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D65502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65502 is #29AAFD. Grayscale: #727272. Windows color (decimal): -2730750 or 153046. OLE color: 153046.

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

Color convert

RGB 214 85 2 -
CMYK 0 0.60 0.99 0.16
HSL 23.49º 0.98% 0.42% -
HSV(B) 23.49º 0.99% 0.84% -
XYZ 30.99 20.8 2.44 -
YUV 114.11 64.74 199.25 -
System Red Green Blue C M Y K H S L
Decimal 214 85 2 0 0.60 0.99 0.16 23.49 0.98 0.42
Hex D6 55 2 0 3C 63 10 17 62 2A
Octal 326 125 2 0 74 143 20 27 142 52
Binary 11010110 1010101 10 0 111100 1100011 10000 10111 1100010 101010

Color Harmonies of #D65502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65502

Black with #D65502

Text Example


Text Example

White with #D65502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65502; }

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

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

background-color css

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

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

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

border-color css

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

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

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