Html Css Color HEX #D26005 Tenne (Tawny)

📋 copy color: '#D26005'

red 210 ◦ green 96 ◦ blue 5

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

Shades of Tenne (Tawny) #D26005

Tints of Tenne (Tawny) #D26005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.87%

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

R = 67.52%
G = 30.87%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D26005 (or 0xD26005) is known color: Tenne (Tawny). HEX triplet: D2, 60 and 05. RGB value is (210,96,5). Sum of RGB (Red+Green+Blue) = 210+96+5=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D26005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26005 is #2D9FFA. Grayscale: #787878. Windows color (decimal): -2990075 or 352466. OLE color: 352466.

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

Color convert

RGB 210 96 5 -
CMYK 0 0.54 0.98 0.18
HSL 26.63º 0.95% 0.42% -
HSV(B) 26.63º 0.98% 0.82% -
XYZ 30.79 22.08 2.78 -
YUV 119.71 63.27 192.4 -
System Red Green Blue C M Y K H S L
Decimal 210 96 5 0 0.54 0.98 0.18 26.63 0.95 0.42
Hex D2 60 5 0 36 62 12 1B 5F 2A
Octal 322 140 5 0 66 142 22 33 137 52
Binary 11010010 1100000 101 0 110110 1100010 10010 11011 1011111 101010

Color Harmonies of #D26005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26005

Black with #D26005

Text Example


Text Example

White with #D26005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26005; }

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

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

background-color css

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

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

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

border-color css

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

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

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