Html Css Color HEX #D06602 Tenne (Tawny)

📋 copy color: '#D06602'

red 208 ◦ green 102 ◦ blue 2

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

Shades of Tenne (Tawny) #D06602

Tints of Tenne (Tawny) #D06602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.69%

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

R = 66.67%
G = 32.69%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D06602 (or 0xD06602) is known color: Tenne (Tawny). HEX triplet: D0, 66 and 02. RGB value is (208,102,2). Sum of RGB (Red+Green+Blue) = 208+102+2=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D06602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06602 is #2F99FD. Grayscale: #7A7A7A. Windows color (decimal): -3119614 or 157392. OLE color: 157392.

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

Color convert

RGB 208 102 2 -
CMYK 0 0.51 0.99 0.18
HSL 29.13º 0.98% 0.41% -
HSV(B) 29.13º 0.99% 0.82% -
XYZ 30.77 22.92 2.86 -
YUV 122.29 60.12 189.13 -
System Red Green Blue C M Y K H S L
Decimal 208 102 2 0 0.51 0.99 0.18 29.13 0.98 0.41
Hex D0 66 2 0 33 63 12 1D 62 29
Octal 320 146 2 0 63 143 22 35 142 51
Binary 11010000 1100110 10 0 110011 1100011 10010 11101 1100010 101001

Color Harmonies of #D06602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06602

Black with #D06602

Text Example


Text Example

White with #D06602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06602; }

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

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

background-color css

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

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

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

border-color css

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

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

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