Html Css Color HEX #D26A04 Tenne (Tawny)

📋 copy color: '#D26A04'

red 210 ◦ green 106 ◦ blue 4

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

Shades of Tenne (Tawny) #D26A04

Tints of Tenne (Tawny) #D26A04

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.13%

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 65.63%
G = 33.13%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D26A04 (or 0xD26A04) is known color: Tenne (Tawny). HEX triplet: D2, 6A and 04. RGB value is (210,106,4). Sum of RGB (Red+Green+Blue) = 210+106+4=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26A04 is #2D95FB. Grayscale: #7D7D7D. Windows color (decimal): -2987516 or 289490. OLE color: 289490.

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

Color convert

RGB 210 106 4 -
CMYK 0 0.50 0.98 0.18
HSL 29.71º 0.96% 0.42% -
HSV(B) 29.71º 0.98% 0.82% -
XYZ 31.75 24.02 3.08 -
YUV 125.47 59.46 188.29 -
System Red Green Blue C M Y K H S L
Decimal 210 106 4 0 0.50 0.98 0.18 29.71 0.96 0.42
Hex D2 6A 4 0 32 62 12 1E 60 2A
Octal 322 152 4 0 62 142 22 36 140 52
Binary 11010010 1101010 100 0 110010 1100010 10010 11110 1100000 101010

Color Harmonies of #D26A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26A04

Black with #D26A04

Text Example


Text Example

White with #D26A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26A04; }

 p { color: rgb(210,106,4); }

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

background-color css

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

 a { background-color: rgb(210,106,4); }

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

border-color css

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

 span { border-color: rgb(210,106,4); }

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