Html Css Color HEX #D15402 Tenne (Tawny)

📋 copy color: '#D15402'

red 209 ◦ green 84 ◦ blue 2

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

Shades of Tenne (Tawny) #D15402

Tints of Tenne (Tawny) #D15402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.47%

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

R = 70.85%
G = 28.47%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D15402 (or 0xD15402) is known color: Tenne (Tawny). HEX triplet: D1, 54 and 02. RGB value is (209,84,2). Sum of RGB (Red+Green+Blue) = 209+84+2=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D15402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15402 is #2EABFD. Grayscale: #707070. Windows color (decimal): -3058686 or 152785. OLE color: 152785.

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

Color convert

RGB 209 84 2 -
CMYK 0 0.60 0.99 0.18
HSL 23.77º 0.98% 0.41% -
HSV(B) 23.77º 0.99% 0.82% -
XYZ 29.48 19.9 2.35 -
YUV 112.03 65.91 197.17 -
System Red Green Blue C M Y K H S L
Decimal 209 84 2 0 0.60 0.99 0.18 23.77 0.98 0.41
Hex D1 54 2 0 3C 63 12 18 62 29
Octal 321 124 2 0 74 143 22 30 142 51
Binary 11010001 1010100 10 0 111100 1100011 10010 11000 1100010 101001

Color Harmonies of #D15402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15402

Black with #D15402

Text Example


Text Example

White with #D15402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15402; }

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

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

background-color css

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

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

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

border-color css

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

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

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