Html Css Color HEX #D06D02 Tenne (Tawny)

📋 copy color: '#D06D02'

red 208 ◦ green 109 ◦ blue 2

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

Shades of Tenne (Tawny) #D06D02

Tints of Tenne (Tawny) #D06D02

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.17%

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

R = 65.2%
G = 34.17%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D06D02 (or 0xD06D02) is known color: Tenne (Tawny). HEX triplet: D0, 6D and 02. RGB value is (208,109,2). Sum of RGB (Red+Green+Blue) = 208+109+2=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06D02 is #2F92FD. Grayscale: #7E7E7E. Windows color (decimal): -3117822 or 159184. OLE color: 159184.

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

Color convert

RGB 208 109 2 -
CMYK 0 0.48 0.99 0.18
HSL 31.17º 0.98% 0.41% -
HSV(B) 31.17º 0.99% 0.82% -
XYZ 31.49 24.35 3.1 -
YUV 126.4 57.8 186.2 -
System Red Green Blue C M Y K H S L
Decimal 208 109 2 0 0.48 0.99 0.18 31.17 0.98 0.41
Hex D0 6D 2 0 30 63 12 1F 62 29
Octal 320 155 2 0 60 143 22 37 142 51
Binary 11010000 1101101 10 0 110000 1100011 10010 11111 1100010 101001

Color Harmonies of #D06D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D02

Black with #D06D02

Text Example


Text Example

White with #D06D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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