Html Css Color HEX #D26505 Tenne (Tawny)

📋 copy color: '#D26505'

red 210 ◦ green 101 ◦ blue 5

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

Shades of Tenne (Tawny) #D26505

Tints of Tenne (Tawny) #D26505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.96%

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

R = 66.46%
G = 31.96%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D26505 (or 0xD26505) is known color: Tenne (Tawny). HEX triplet: D2, 65 and 05. RGB value is (210,101,5). Sum of RGB (Red+Green+Blue) = 210+101+5=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D26505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26505 is #2D9AFA. Grayscale: #7B7B7B. Windows color (decimal): -2988795 or 353746. OLE color: 353746.

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

Color convert

RGB 210 101 5 -
CMYK 0 0.52 0.98 0.18
HSL 28.1º 0.95% 0.42% -
HSV(B) 28.1º 0.98% 0.82% -
XYZ 31.26 23.02 2.94 -
YUV 122.65 61.61 190.31 -
System Red Green Blue C M Y K H S L
Decimal 210 101 5 0 0.52 0.98 0.18 28.1 0.95 0.42
Hex D2 65 5 0 34 62 12 1C 5F 2A
Octal 322 145 5 0 64 142 22 34 137 52
Binary 11010010 1100101 101 0 110100 1100010 10010 11100 1011111 101010

Color Harmonies of #D26505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26505

Black with #D26505

Text Example


Text Example

White with #D26505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26505; }

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

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

background-color css

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

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

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

border-color css

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

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

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