Html Css Color HEX #D57721 Ochre

📋 copy color: '#D57721'

red 213 ◦ green 119 ◦ blue 33

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

Shades of Ochre #D57721

Tints of Ochre #D57721

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.6%

 BLUE value IS 33 (13.28% from 255) = 9.04%

R = 58.36%
G = 32.6%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D57721 (or 0xD57721) is known color: Ochre. HEX triplet: D5, 77 and 21. RGB value is (213,119,33). Sum of RGB (Red+Green+Blue) = 213+119+33=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D57721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57721 is #2A88DE. Grayscale: #898989. Windows color (decimal): -2787551 or 2193365. OLE color: 2193365.

HSL color Cylindrical-coordinate representation of color #D57721: hue angle of 28.67º degrees, saturation: 0.73, 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 #D57721 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 119 33 -
CMYK 0 0.44 0.85 0.16
HSL 28.67º 0.73% 0.48% -
HSV(B) 28.67º 0.85% 0.84% -
XYZ 34.31 27.45 4.93 -
YUV 137.3 69.14 181.99 -
System Red Green Blue C M Y K H S L
Decimal 213 119 33 0 0.44 0.85 0.16 28.67 0.73 0.48
Hex D5 77 21 0 2C 55 10 1D 49 30
Octal 325 167 41 0 54 125 20 35 111 60
Binary 11010101 1110111 100001 0 101100 1010101 10000 11101 1001001 110000

Color Harmonies of #D57721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57721

Black with #D57721

Text Example


Text Example

White with #D57721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57721; }

 p { color: rgb(213,119,33); }

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

background-color css

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

 a { background-color: rgb(213,119,33); }

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

border-color css

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

 span { border-color: rgb(213,119,33); }

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