Html Css Color HEX #D65802 Tenne (Tawny)

📋 copy color: '#D65802'

red 214 ◦ green 88 ◦ blue 2

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

Shades of Tenne (Tawny) #D65802

Tints of Tenne (Tawny) #D65802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.95%

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

R = 70.39%
G = 28.95%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D65802 (or 0xD65802) is known color: Tenne (Tawny). HEX triplet: D6, 58 and 02. RGB value is (214,88,2). Sum of RGB (Red+Green+Blue) = 214+88+2=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D65802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65802 is #29A7FD. Grayscale: #747474. Windows color (decimal): -2729982 or 153814. OLE color: 153814.

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

Color convert

RGB 214 88 2 -
CMYK 0 0.59 0.99 0.16
HSL 24.34º 0.98% 0.42% -
HSV(B) 24.34º 0.99% 0.84% -
XYZ 31.23 21.28 2.52 -
YUV 115.87 63.74 197.99 -
System Red Green Blue C M Y K H S L
Decimal 214 88 2 0 0.59 0.99 0.16 24.34 0.98 0.42
Hex D6 58 2 0 3B 63 10 18 62 2A
Octal 326 130 2 0 73 143 20 30 142 52
Binary 11010110 1011000 10 0 111011 1100011 10000 11000 1100010 101010

Color Harmonies of #D65802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65802

Black with #D65802

Text Example


Text Example

White with #D65802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65802; }

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

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

background-color css

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

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

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

border-color css

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

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

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