Html Css Color HEX #D65002 Tenne (Tawny)

📋 copy color: '#D65002'

red 214 ◦ green 80 ◦ blue 2

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

Shades of Tenne (Tawny) #D65002

Tints of Tenne (Tawny) #D65002

RGB

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

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

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

R = 72.3%
G = 27.03%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D65002 (or 0xD65002) is known color: Tenne (Tawny). HEX triplet: D6, 50 and 02. RGB value is (214,80,2). Sum of RGB (Red+Green+Blue) = 214+80+2=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D65002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65002 is #29AFFD. Grayscale: #6F6F6F. Windows color (decimal): -2732030 or 151766. OLE color: 151766.

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

Color convert

RGB 214 80 2 -
CMYK 0 0.63 0.99 0.16
HSL 22.08º 0.98% 0.42% -
HSV(B) 22.08º 0.99% 0.84% -
XYZ 30.61 20.04 2.31 -
YUV 111.17 66.39 201.34 -
System Red Green Blue C M Y K H S L
Decimal 214 80 2 0 0.63 0.99 0.16 22.08 0.98 0.42
Hex D6 50 2 0 3F 63 10 16 62 2A
Octal 326 120 2 0 77 143 20 26 142 52
Binary 11010110 1010000 10 0 111111 1100011 10000 10110 1100010 101010

Color Harmonies of #D65002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65002

Black with #D65002

Text Example


Text Example

White with #D65002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65002; }

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

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

background-color css

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

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

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

border-color css

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

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

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