Html Css Color HEX #D06702 Tenne (Tawny)

📋 copy color: '#D06702'

red 208 ◦ green 103 ◦ blue 2

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

Shades of Tenne (Tawny) #D06702

Tints of Tenne (Tawny) #D06702

RGB

 RED value IS 208 (81.64% from 255) = 66.45%

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

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

R = 66.45%
G = 32.91%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D06702 (or 0xD06702) is known color: Tenne (Tawny). HEX triplet: D0, 67 and 02. RGB value is (208,103,2). Sum of RGB (Red+Green+Blue) = 208+103+2=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D06702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06702 is #2F98FD. Grayscale: #7B7B7B. Windows color (decimal): -3119358 or 157648. OLE color: 157648.

HSL color Cylindrical-coordinate representation of color #D06702: hue angle of 29.42º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D06702 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 103 2 -
CMYK 0 0.50 0.99 0.18
HSL 29.42º 0.98% 0.41% -
HSV(B) 29.42º 0.99% 0.82% -
XYZ 30.87 23.11 2.89 -
YUV 122.88 59.79 188.71 -
System Red Green Blue C M Y K H S L
Decimal 208 103 2 0 0.50 0.99 0.18 29.42 0.98 0.41
Hex D0 67 2 0 32 63 12 1D 62 29
Octal 320 147 2 0 62 143 22 35 142 51
Binary 11010000 1100111 10 0 110010 1100011 10010 11101 1100010 101001

Color Harmonies of #D06702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06702

Black with #D06702

Text Example


Text Example

White with #D06702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06702; }

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

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

background-color css

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

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

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

border-color css

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

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

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