Html Css Color HEX #D57320 Ochre

📋 copy color: '#D57320'

red 213 ◦ green 115 ◦ blue 32

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

Shades of Ochre #D57320

Tints of Ochre #D57320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.94%

 BLUE value IS 32 (12.89% from 255) = 8.89%

R = 59.17%
G = 31.94%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D57320 (or 0xD57320) is known color: Ochre. HEX triplet: D5, 73 and 20. RGB value is (213,115,32). Sum of RGB (Red+Green+Blue) = 213+115+32=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D57320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57320 is #2A8CDF. Grayscale: #878787. Windows color (decimal): -2788576 or 2126805. OLE color: 2126805.

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

Color convert

RGB 213 115 32 -
CMYK 0 0.46 0.85 0.16
HSL 27.51º 0.74% 0.48% -
HSV(B) 27.51º 0.85% 0.84% -
XYZ 33.83 26.51 4.7 -
YUV 134.84 69.97 183.75 -
System Red Green Blue C M Y K H S L
Decimal 213 115 32 0 0.46 0.85 0.16 27.51 0.74 0.48
Hex D5 73 20 0 2E 55 10 1C 4A 30
Octal 325 163 40 0 56 125 20 34 112 60
Binary 11010101 1110011 100000 0 101110 1010101 10000 11100 1001010 110000

Color Harmonies of #D57320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57320

Black with #D57320

Text Example


Text Example

White with #D57320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57320; }

 p { color: rgb(213,115,32); }

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

background-color css

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

 a { background-color: rgb(213,115,32); }

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

border-color css

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

 span { border-color: rgb(213,115,32); }

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