Html Css Color HEX #D26305 Tenne (Tawny)

📋 copy color: '#D26305'

red 210 ◦ green 99 ◦ blue 5

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

Shades of Tenne (Tawny) #D26305

Tints of Tenne (Tawny) #D26305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.59%

R = 66.88%
G = 31.53%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D26305 (or 0xD26305) is known color: Tenne (Tawny). HEX triplet: D2, 63 and 05. RGB value is (210,99,5). Sum of RGB (Red+Green+Blue) = 210+99+5=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D26305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26305 is #2D9CFA. Grayscale: #797979. Windows color (decimal): -2989307 or 353234. OLE color: 353234.

HSL color Cylindrical-coordinate representation of color #D26305: hue angle of 27.51º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D26305 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 99 5 -
CMYK 0 0.53 0.98 0.18
HSL 27.51º 0.95% 0.42% -
HSV(B) 27.51º 0.98% 0.82% -
XYZ 31.07 22.64 2.88 -
YUV 121.47 62.27 191.14 -
System Red Green Blue C M Y K H S L
Decimal 210 99 5 0 0.53 0.98 0.18 27.51 0.95 0.42
Hex D2 63 5 0 35 62 12 1C 5F 2A
Octal 322 143 5 0 65 142 22 34 137 52
Binary 11010010 1100011 101 0 110101 1100010 10010 11100 1011111 101010

Color Harmonies of #D26305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26305

Black with #D26305

Text Example


Text Example

White with #D26305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26305; }

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

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

background-color css

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

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

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

border-color css

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

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

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