Html Css Color HEX #D06502 Tenne (Tawny)

📋 copy color: '#D06502'

red 208 ◦ green 101 ◦ blue 2

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

Shades of Tenne (Tawny) #D06502

Tints of Tenne (Tawny) #D06502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.48%

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

R = 66.88%
G = 32.48%
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

#D06502 (or 0xD06502) is known color: Tenne (Tawny). HEX triplet: D0, 65 and 02. RGB value is (208,101,2). Sum of RGB (Red+Green+Blue) = 208+101+2=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D06502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06502 is #2F9AFD. Grayscale: #7A7A7A. Windows color (decimal): -3119870 or 157136. OLE color: 157136.

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

Color convert

RGB 208 101 2 -
CMYK 0 0.51 0.99 0.18
HSL 28.83º 0.98% 0.41% -
HSV(B) 28.83º 0.99% 0.82% -
XYZ 30.68 22.72 2.83 -
YUV 121.71 60.45 189.55 -
System Red Green Blue C M Y K H S L
Decimal 208 101 2 0 0.51 0.99 0.18 28.83 0.98 0.41
Hex D0 65 2 0 33 63 12 1D 62 29
Octal 320 145 2 0 63 143 22 35 142 51
Binary 11010000 1100101 10 0 110011 1100011 10010 11101 1100010 101001

Color Harmonies of #D06502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06502

Black with #D06502

Text Example


Text Example

White with #D06502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06502; }

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

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

background-color css

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

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

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

border-color css

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

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

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