Html Css Color HEX #D26B05 Tenne (Tawny)

📋 copy color: '#D26B05'

red 210 ◦ green 107 ◦ blue 5

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

Shades of Tenne (Tawny) #D26B05

Tints of Tenne (Tawny) #D26B05

RGB

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

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

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

R = 65.22%
G = 33.23%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D26B05 (or 0xD26B05) is known color: Tenne (Tawny). HEX triplet: D2, 6B and 05. RGB value is (210,107,5). Sum of RGB (Red+Green+Blue) = 210+107+5=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D26B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26B05 is #2D94FA. Grayscale: #7E7E7E. Windows color (decimal): -2987259 or 355282. OLE color: 355282.

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

Color convert

RGB 210 107 5 -
CMYK 0 0.49 0.98 0.18
HSL 29.85º 0.95% 0.42% -
HSV(B) 29.85º 0.98% 0.82% -
XYZ 31.86 24.23 3.14 -
YUV 126.17 59.62 187.79 -
System Red Green Blue C M Y K H S L
Decimal 210 107 5 0 0.49 0.98 0.18 29.85 0.95 0.42
Hex D2 6B 5 0 31 62 12 1E 5F 2A
Octal 322 153 5 0 61 142 22 36 137 52
Binary 11010010 1101011 101 0 110001 1100010 10010 11110 1011111 101010

Color Harmonies of #D26B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26B05

Black with #D26B05

Text Example


Text Example

White with #D26B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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