#D5751A

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

Shades of Ochre #D5751A

Tints of Ochre #D5751A

Color information

#D5751A (or 0xD5751A) is unknown color: approx Ochre. HEX triplet: D5, 75 and 1A. RGB value is (213,117,26). Sum of RGB (Red+Green+Blue) = 213+117+26=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5751A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5751A is #2A8AE5. Grayscale: #878787. Windows color (decimal): -2788070 or 1734101. OLE color: 1734101.

HSL color Cylindrical-coordinate representation of color #D5751A: hue angle of 29.2º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5751A is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB21311726-
CMYK00.450.880.16
HSL29.2º78.24%46.86%-
HSV(B)29.2º87.79%83.53%-
XYZ33.9926.944.39-
YUV135.3366.3183.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.83%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 26 (10.55% from 255) = 7.30%
R=59.83%
G=32.87%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131172600.450.880.1629.278.2446.86
HexD5751A02D58101d4e2f
Octal32516532055130203511657
Binary110101011110101110100101101101100010000111011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5751A; }

 p { color: rgb(213,117,26); }

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

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

 a { background-color: rgb(213,117,26); }

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

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

 span { border-color: rgb(213,117,26); }

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