#DD7E1E

Color #DD7E1E Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #DD7E1E

Tints of Ochre #DD7E1E

Color information

#DD7E1E (or 0xDD7E1E) is unknown color: approx Ochre. HEX triplet: DD, 7E and 1E. RGB value is (221,126,30). Sum of RGB (Red+Green+Blue) = 221+126+30=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7E1E is #2281E1. Grayscale: #8F8F8F. Windows color (decimal): -2261474 or 1998557. OLE color: 1998557.

HSL color Cylindrical-coordinate representation of color #DD7E1E: hue angle of 30.16º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD7E1E is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB22112630-
CMYK00.430.860.13
HSL30.16º76.1%49.22%-
HSV(B)30.16º86.43%86.67%-
XYZ37.5130.395.12-
YUV143.4663.97183.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.62%
GREEN value IS 126 (49.61% from 255) = 33.42%
BLUE value IS 30 (12.11% from 255) = 7.96%
R=58.62%
G=33.42%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211263000.430.860.1330.1676.149.22
HexDD7E1E02B56D1e4c31
Octal33517636053126153611461
Binary11011101111111011110010101110101101101111101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7E1E; }

 p { color: rgb(221,126,30); }

 H1.HeaderClassName
 {
   color: #DD7E1E;
 }
 .AnyTagClassName
 {
   color: #DD7E1E;
 }
</style>
background-color css

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

 a { background-color: rgb(221,126,30); }

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

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

 span { border-color: rgb(221,126,30); }

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