Html Css Color HEX #D66702 Tenne (Tawny)

📋 copy color: '#D66702'

red 214 ◦ green 103 ◦ blue 2

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

Shades of Tenne (Tawny) #D66702

Tints of Tenne (Tawny) #D66702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.29%

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

R = 67.08%
G = 32.29%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D66702 (or 0xD66702) is known color: Tenne (Tawny). HEX triplet: D6, 67 and 02. RGB value is (214,103,2). Sum of RGB (Red+Green+Blue) = 214+103+2=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D66702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66702 is #2998FD. Grayscale: #7D7D7D. Windows color (decimal): -2726142 or 157654. OLE color: 157654.

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

Color convert

RGB 214 103 2 -
CMYK 0 0.52 0.99 0.16
HSL 28.58º 0.98% 0.42% -
HSV(B) 28.58º 0.99% 0.84% -
XYZ 32.59 24 2.97 -
YUV 124.68 58.77 191.71 -
System Red Green Blue C M Y K H S L
Decimal 214 103 2 0 0.52 0.99 0.16 28.58 0.98 0.42
Hex D6 67 2 0 34 63 10 1D 62 2A
Octal 326 147 2 0 64 143 20 35 142 52
Binary 11010110 1100111 10 0 110100 1100011 10000 11101 1100010 101010

Color Harmonies of #D66702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66702

Black with #D66702

Text Example


Text Example

White with #D66702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66702; }

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

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

background-color css

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

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

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

border-color css

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

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

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