Html Css Color HEX #D57821 Ochre

📋 copy color: '#D57821'

red 213 ◦ green 120 ◦ blue 33

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

Shades of Ochre #D57821

Tints of Ochre #D57821

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.79%

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

R = 58.2%
G = 32.79%
B = 9.02%

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

#D57821 (or 0xD57821) is known color: Ochre. HEX triplet: D5, 78 and 21. RGB value is (213,120,33). Sum of RGB (Red+Green+Blue) = 213+120+33=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D57821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57821 is #2A87DE. Grayscale: #8A8A8A. Windows color (decimal): -2787295 or 2193621. OLE color: 2193621.

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

Color convert

RGB 213 120 33 -
CMYK 0 0.44 0.85 0.16
HSL 29º 0.73% 0.48% -
HSV(B) 29º 0.85% 0.84% -
XYZ 34.43 27.69 4.97 -
YUV 137.89 68.81 181.57 -
System Red Green Blue C M Y K H S L
Decimal 213 120 33 0 0.44 0.85 0.16 29 0.73 0.48
Hex D5 78 21 0 2C 55 10 1D 49 30
Octal 325 170 41 0 54 125 20 35 111 60
Binary 11010101 1111000 100001 0 101100 1010101 10000 11101 1001001 110000

Color Harmonies of #D57821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57821

Black with #D57821

Text Example


Text Example

White with #D57821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57821; }

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

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

background-color css

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

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

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

border-color css

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

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

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