#DD7E1C

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

Shades of Ochre #DD7E1C

Tints of Ochre #DD7E1C

Color information

#DD7E1C (or 0xDD7E1C) is unknown color: approx Ochre. HEX triplet: DD, 7E and 1C. RGB value is (221,126,28). Sum of RGB (Red+Green+Blue) = 221+126+28=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 28 (11.33% from 255 or 7.47% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7E1C is #2281E3. Grayscale: #8F8F8F. Windows color (decimal): -2261476 or 1867485. OLE color: 1867485.

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

Color convert

RGB22112628-
CMYK00.430.870.13
HSL30.47º77.51%48.82%-
HSV(B)30.47º87.33%86.67%-
XYZ37.4930.384.99-
YUV143.2362.97183.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.93%
GREEN value IS 126 (49.61% from 255) = 33.6%
BLUE value IS 28 (11.33% from 255) = 7.47%
R=58.93%
G=33.6%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211262800.430.870.1330.4777.5148.82
HexDD7E1C02B57D1e4e31
Octal33517634053127153611661
Binary11011101111111011100010101110101111101111101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7E1C; }

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

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

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

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

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

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

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

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