Html Css Color HEX #D15D01 Tenne (Tawny)

📋 copy color: '#D15D01'

red 209 ◦ green 93 ◦ blue 1

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

Shades of Tenne (Tawny) #D15D01

Tints of Tenne (Tawny) #D15D01

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.69%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 68.98%
G = 30.69%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D15D01 (or 0xD15D01) is known color: Tenne (Tawny). HEX triplet: D1, 5D and 01. RGB value is (209,93,1). Sum of RGB (Red+Green+Blue) = 209+93+1=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15D01 is #2EA2FE. Grayscale: #757575. Windows color (decimal): -3056383 or 89553. OLE color: 89553.

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

Color convert

RGB 209 93 1 -
CMYK 0 0.56 1.00 0.18
HSL 26.54º 0.99% 0.41% -
HSV(B) 26.54º 1% 0.82% -
XYZ 30.21 21.39 2.56 -
YUV 117.2 62.43 193.48 -
System Red Green Blue C M Y K H S L
Decimal 209 93 1 0 0.56 1.00 0.18 26.54 0.99 0.41
Hex D1 5D 1 0 38 64 12 1B 63 29
Octal 321 135 1 0 70 144 22 33 143 51
Binary 11010001 1011101 1 0 111000 1100100 10010 11011 1100011 101001

Color Harmonies of #D15D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15D01

Black with #D15D01

Text Example


Text Example

White with #D15D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15D01; }

 p { color: rgb(209,93,1); }

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

background-color css

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

 a { background-color: rgb(209,93,1); }

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

border-color css

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

 span { border-color: rgb(209,93,1); }

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