Html Css Color HEX #D57511 Ochre

📋 copy color: '#D57511'

red 213 ◦ green 117 ◦ blue 17

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

Shades of Ochre #D57511

Tints of Ochre #D57511

RGB

 RED value IS 213 (83.59% from 255) = 61.38%

 GREEN value IS 117 (46.09% from 255) = 33.72%

 BLUE value IS 17 (7.03% from 255) = 4.9%

R = 61.38%
G = 33.72%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D57511 (or 0xD57511) is known color: Ochre. HEX triplet: D5, 75 and 11. RGB value is (213,117,17). Sum of RGB (Red+Green+Blue) = 213+117+17=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D57511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57511 is #2A8AEE. Grayscale: #868686. Windows color (decimal): -2788079 or 1144277. OLE color: 1144277.

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

Color convert

RGB 213 117 17 -
CMYK 0 0.45 0.92 0.16
HSL 30.61º 0.85% 0.45% -
HSV(B) 30.61º 0.92% 0.84% -
XYZ 33.9 26.91 3.94 -
YUV 134.3 61.8 184.13 -
System Red Green Blue C M Y K H S L
Decimal 213 117 17 0 0.45 0.92 0.16 30.61 0.85 0.45
Hex D5 75 11 0 2D 5C 10 1F 55 2D
Octal 325 165 21 0 55 134 20 37 125 55
Binary 11010101 1110101 10001 0 101101 1011100 10000 11111 1010101 101101

Color Harmonies of #D57511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57511

Black with #D57511

Text Example


Text Example

White with #D57511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57511; }

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

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

background-color css

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

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

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

border-color css

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

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

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