Html Css Color HEX #D26B01 Tenne (Tawny)

📋 copy color: '#D26B01'

red 210 ◦ green 107 ◦ blue 1

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

Shades of Tenne (Tawny) #D26B01

Tints of Tenne (Tawny) #D26B01

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.65%

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

R = 66.04%
G = 33.65%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D26B01 (or 0xD26B01) is known color: Tenne (Tawny). HEX triplet: D2, 6B and 01. RGB value is (210,107,1). Sum of RGB (Red+Green+Blue) = 210+107+1=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D26B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26B01 is #2D94FE. Grayscale: #7E7E7E. Windows color (decimal): -2987263 or 93138. OLE color: 93138.

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

Color convert

RGB 210 107 1 -
CMYK 0 0.49 1.00 0.18
HSL 30.43º 0.99% 0.41% -
HSV(B) 30.43º 1% 0.82% -
XYZ 31.84 24.22 3.03 -
YUV 125.71 57.62 188.12 -
System Red Green Blue C M Y K H S L
Decimal 210 107 1 0 0.49 1.00 0.18 30.43 0.99 0.41
Hex D2 6B 1 0 31 64 12 1E 63 29
Octal 322 153 1 0 61 144 22 36 143 51
Binary 11010010 1101011 1 0 110001 1100100 10010 11110 1100011 101001

Color Harmonies of #D26B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26B01

Black with #D26B01

Text Example


Text Example

White with #D26B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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