Html Css Color HEX #D26201 Tenne (Tawny)

📋 copy color: '#D26201'

red 210 ◦ green 98 ◦ blue 1

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

Shades of Tenne (Tawny) #D26201

Tints of Tenne (Tawny) #D26201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.72%

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

R = 67.96%
G = 31.72%
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

#D26201 (or 0xD26201) is known color: Tenne (Tawny). HEX triplet: D2, 62 and 01. RGB value is (210,98,1). Sum of RGB (Red+Green+Blue) = 210+98+1=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D26201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26201 is #2D9DFE. Grayscale: #787878. Windows color (decimal): -2989567 or 90834. OLE color: 90834.

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

Color convert

RGB 210 98 1 -
CMYK 0 0.53 1.00 0.18
HSL 27.85º 0.99% 0.41% -
HSV(B) 27.85º 1% 0.82% -
XYZ 30.95 22.44 2.73 -
YUV 120.43 60.61 191.89 -
System Red Green Blue C M Y K H S L
Decimal 210 98 1 0 0.53 1.00 0.18 27.85 0.99 0.41
Hex D2 62 1 0 35 64 12 1C 63 29
Octal 322 142 1 0 65 144 22 34 143 51
Binary 11010010 1100010 1 0 110101 1100100 10010 11100 1100011 101001

Color Harmonies of #D26201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26201

Black with #D26201

Text Example


Text Example

White with #D26201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26201; }

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

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

background-color css

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

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

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

border-color css

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

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

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