Html Css Color HEX #D15C00 Tenne (Tawny)

📋 copy color: '#D15C00'

red 209 ◦ green 92 ◦ blue 0

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

Shades of Tenne (Tawny) #D15C00

Tints of Tenne (Tawny) #D15C00

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.56%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.44%
G = 30.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D15C00 (or 0xD15C00) is known color: Tenne (Tawny). HEX triplet: D1, 5C and 00. RGB value is (209,92,0). Sum of RGB (Red+Green+Blue) = 209+92+0=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15C00 is #2EA3FF. Grayscale: #747474. Windows color (decimal): -3056640 or 23761. OLE color: 23761.

HSL color Cylindrical-coordinate representation of color #D15C00: hue angle of 26.41º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D15C00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 92 0 -
CMYK 0 0.56 1 0.18
HSL 26.41º 1% 0.41% -
HSV(B) 26.41º 1% 0.82% -
XYZ 30.12 21.21 2.51 -
YUV 116.5 62.26 193.98 -
System Red Green Blue C M Y K H S L
Decimal 209 92 0 0 0.56 1 0.18 26.41 1 0.41
Hex D1 5C 0 0 38 64 12 1A 64 29
Octal 321 134 0 0 70 144 22 32 144 51
Binary 11010001 1011100 0 0 111000 1100100 10010 11010 1100100 101001

Color Harmonies of #D15C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15C00

Black with #D15C00

Text Example


Text Example

White with #D15C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15C00; }

 p { color: rgb(209,92,0); }

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

background-color css

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

 a { background-color: rgb(209,92,0); }

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

border-color css

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

 span { border-color: rgb(209,92,0); }

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