Html Css Color HEX #D06202 Tenne (Tawny)

📋 copy color: '#D06202'

red 208 ◦ green 98 ◦ blue 2

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

Shades of Tenne (Tawny) #D06202

Tints of Tenne (Tawny) #D06202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.82%

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

R = 67.53%
G = 31.82%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D06202 (or 0xD06202) is known color: Tenne (Tawny). HEX triplet: D0, 62 and 02. RGB value is (208,98,2). Sum of RGB (Red+Green+Blue) = 208+98+2=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D06202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06202 is #2F9DFD. Grayscale: #787878. Windows color (decimal): -3120638 or 156368. OLE color: 156368.

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

Color convert

RGB 208 98 2 -
CMYK 0 0.53 0.99 0.18
HSL 27.96º 0.98% 0.41% -
HSV(B) 27.96º 0.99% 0.82% -
XYZ 30.39 22.15 2.73 -
YUV 119.95 61.44 190.81 -
System Red Green Blue C M Y K H S L
Decimal 208 98 2 0 0.53 0.99 0.18 27.96 0.98 0.41
Hex D0 62 2 0 35 63 12 1C 62 29
Octal 320 142 2 0 65 143 22 34 142 51
Binary 11010000 1100010 10 0 110101 1100011 10010 11100 1100010 101001

Color Harmonies of #D06202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06202

Black with #D06202

Text Example


Text Example

White with #D06202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06202; }

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

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

background-color css

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

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

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

border-color css

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

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

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