Html Css Color HEX #D15502 Tenne (Tawny)

📋 copy color: '#D15502'

red 209 ◦ green 85 ◦ blue 2

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

Shades of Tenne (Tawny) #D15502

Tints of Tenne (Tawny) #D15502

RGB

 RED value IS 209 (82.03% from 255) = 70.61%

 GREEN value IS 85 (33.59% from 255) = 28.72%

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

R = 70.61%
G = 28.72%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D15502 (or 0xD15502) is known color: Tenne (Tawny). HEX triplet: D1, 55 and 02. RGB value is (209,85,2). Sum of RGB (Red+Green+Blue) = 209+85+2=296 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.61% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 209 - color contains mainly: red. Hex color #D15502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15502 is #2EAAFD. Grayscale: #717171. Windows color (decimal): -3058430 or 153041. OLE color: 153041.

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

Color convert

RGB 209 85 2 -
CMYK 0 0.59 0.99 0.18
HSL 24.06º 0.98% 0.41% -
HSV(B) 24.06º 0.99% 0.82% -
XYZ 29.55 20.06 2.37 -
YUV 112.61 65.58 196.75 -
System Red Green Blue C M Y K H S L
Decimal 209 85 2 0 0.59 0.99 0.18 24.06 0.98 0.41
Hex D1 55 2 0 3B 63 12 18 62 29
Octal 321 125 2 0 73 143 22 30 142 51
Binary 11010001 1010101 10 0 111011 1100011 10010 11000 1100010 101001

Color Harmonies of #D15502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15502

Black with #D15502

Text Example


Text Example

White with #D15502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15502; }

 p { color: rgb(209,85,2); }

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

background-color css

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

 a { background-color: rgb(209,85,2); }

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

border-color css

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

 span { border-color: rgb(209,85,2); }

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