Html Css Color HEX #D26400 Tenne (Tawny)

📋 copy color: '#D26400'

red 210 ◦ green 100 ◦ blue 0

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

Shades of Tenne (Tawny) #D26400

Tints of Tenne (Tawny) #D26400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.74%
G = 32.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D26400 (or 0xD26400) is known color: Tenne (Tawny). HEX triplet: D2, 64 and 00. RGB value is (210,100,0). Sum of RGB (Red+Green+Blue) = 210+100+0=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D26400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26400 is #2D9BFF. Grayscale: #7A7A7A. Windows color (decimal): -2989056 or 25810. OLE color: 25810.

HSL color Cylindrical-coordinate representation of color #D26400: hue angle of 28.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D26400 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 100 0 -
CMYK 0 0.52 1 0.18
HSL 28.57º 1% 0.41% -
HSV(B) 28.57º 1% 0.82% -
XYZ 31.14 22.82 2.76 -
YUV 121.49 59.44 191.13 -
System Red Green Blue C M Y K H S L
Decimal 210 100 0 0 0.52 1 0.18 28.57 1 0.41
Hex D2 64 0 0 34 64 12 1D 64 29
Octal 322 144 0 0 64 144 22 35 144 51
Binary 11010010 1100100 0 0 110100 1100100 10010 11101 1100100 101001

Color Harmonies of #D26400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26400

Black with #D26400

Text Example


Text Example

White with #D26400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26400; }

 p { color: rgb(210,100,0); }

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

background-color css

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

 a { background-color: rgb(210,100,0); }

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

border-color css

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

 span { border-color: rgb(210,100,0); }

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