Html Css Color HEX #D06902 Tenne (Tawny)

📋 copy color: '#D06902'

red 208 ◦ green 105 ◦ blue 2

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

Shades of Tenne (Tawny) #D06902

Tints of Tenne (Tawny) #D06902

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.33%

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

R = 66.03%
G = 33.33%
B = 0.63%

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

#D06902 (or 0xD06902) is known color: Tenne (Tawny). HEX triplet: D0, 69 and 02. RGB value is (208,105,2). Sum of RGB (Red+Green+Blue) = 208+105+2=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D06902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06902 is #2F96FD. Grayscale: #7C7C7C. Windows color (decimal): -3118846 or 158160. OLE color: 158160.

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

Color convert

RGB 208 105 2 -
CMYK 0 0.50 0.99 0.18
HSL 30º 0.98% 0.41% -
HSV(B) 30º 0.99% 0.82% -
XYZ 31.07 23.52 2.96 -
YUV 124.06 59.12 187.88 -
System Red Green Blue C M Y K H S L
Decimal 208 105 2 0 0.50 0.99 0.18 30 0.98 0.41
Hex D0 69 2 0 32 63 12 1E 62 29
Octal 320 151 2 0 62 143 22 36 142 51
Binary 11010000 1101001 10 0 110010 1100011 10010 11110 1100010 101001

Color Harmonies of #D06902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06902

Black with #D06902

Text Example


Text Example

White with #D06902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06902; }

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

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

background-color css

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

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

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

border-color css

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

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

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