Html Css Color HEX #D66002 Tenne (Tawny)

📋 copy color: '#D66002'

red 214 ◦ green 96 ◦ blue 2

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

Shades of Tenne (Tawny) #D66002

Tints of Tenne (Tawny) #D66002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.77%

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

R = 68.59%
G = 30.77%
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

#D66002 (or 0xD66002) is known color: Tenne (Tawny). HEX triplet: D6, 60 and 02. RGB value is (214,96,2). Sum of RGB (Red+Green+Blue) = 214+96+2=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D66002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66002 is #299FFD. Grayscale: #797979. Windows color (decimal): -2727934 or 155862. OLE color: 155862.

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

Color convert

RGB 214 96 2 -
CMYK 0 0.55 0.99 0.16
HSL 26.6º 0.98% 0.42% -
HSV(B) 26.6º 0.99% 0.84% -
XYZ 31.93 22.67 2.75 -
YUV 120.57 61.09 194.64 -
System Red Green Blue C M Y K H S L
Decimal 214 96 2 0 0.55 0.99 0.16 26.6 0.98 0.42
Hex D6 60 2 0 37 63 10 1B 62 2A
Octal 326 140 2 0 67 143 20 33 142 52
Binary 11010110 1100000 10 0 110111 1100011 10000 11011 1100010 101010

Color Harmonies of #D66002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66002

Black with #D66002

Text Example


Text Example

White with #D66002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66002; }

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

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

background-color css

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

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

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

border-color css

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

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

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