Html Css Color HEX #D66102 Tenne (Tawny)

📋 copy color: '#D66102'

red 214 ◦ green 97 ◦ blue 2

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

Shades of Tenne (Tawny) #D66102

Tints of Tenne (Tawny) #D66102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.99%

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

R = 68.37%
G = 30.99%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D66102 (or 0xD66102) is known color: Tenne (Tawny). HEX triplet: D6, 61 and 02. RGB value is (214,97,2). Sum of RGB (Red+Green+Blue) = 214+97+2=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D66102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66102 is #299EFD. Grayscale: #797979. Windows color (decimal): -2727678 or 156118. OLE color: 156118.

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

Color convert

RGB 214 97 2 -
CMYK 0 0.55 0.99 0.16
HSL 26.89º 0.98% 0.42% -
HSV(B) 26.89º 0.99% 0.84% -
XYZ 32.02 22.85 2.78 -
YUV 121.15 60.76 194.22 -
System Red Green Blue C M Y K H S L
Decimal 214 97 2 0 0.55 0.99 0.16 26.89 0.98 0.42
Hex D6 61 2 0 37 63 10 1B 62 2A
Octal 326 141 2 0 67 143 20 33 142 52
Binary 11010110 1100001 10 0 110111 1100011 10000 11011 1100010 101010

Color Harmonies of #D66102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66102

Black with #D66102

Text Example


Text Example

White with #D66102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66102; }

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

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

background-color css

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

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

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

border-color css

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

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

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