Html Css Color HEX #D26301 Tenne (Tawny)

📋 copy color: '#D26301'

red 210 ◦ green 99 ◦ blue 1

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

Shades of Tenne (Tawny) #D26301

Tints of Tenne (Tawny) #D26301

RGB

 RED value IS 210 (82.42% from 255) = 67.74%

 GREEN value IS 99 (39.06% from 255) = 31.94%

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

R = 67.74%
G = 31.94%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D26301 (or 0xD26301) is known color: Tenne (Tawny). HEX triplet: D2, 63 and 01. RGB value is (210,99,1). Sum of RGB (Red+Green+Blue) = 210+99+1=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D26301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26301 is #2D9CFE. Grayscale: #797979. Windows color (decimal): -2989311 or 91090. OLE color: 91090.

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

Color convert

RGB 210 99 1 -
CMYK 0 0.53 1.00 0.18
HSL 28.13º 0.99% 0.41% -
HSV(B) 28.13º 1% 0.82% -
XYZ 31.05 22.63 2.76 -
YUV 121.02 60.27 191.47 -
System Red Green Blue C M Y K H S L
Decimal 210 99 1 0 0.53 1.00 0.18 28.13 0.99 0.41
Hex D2 63 1 0 35 64 12 1C 63 29
Octal 322 143 1 0 65 144 22 34 143 51
Binary 11010010 1100011 1 0 110101 1100100 10010 11100 1100011 101001

Color Harmonies of #D26301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26301

Black with #D26301

Text Example


Text Example

White with #D26301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26301; }

 p { color: rgb(210,99,1); }

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

background-color css

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

 a { background-color: rgb(210,99,1); }

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

border-color css

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

 span { border-color: rgb(210,99,1); }

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