Html Css Color HEX #D57C21 Ochre

📋 copy color: '#D57C21'

red 213 ◦ green 124 ◦ blue 33

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

Shades of Ochre #D57C21

Tints of Ochre #D57C21

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.51%

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

R = 57.57%
G = 33.51%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D57C21 (or 0xD57C21) is known color: Ochre. HEX triplet: D5, 7C and 21. RGB value is (213,124,33). Sum of RGB (Red+Green+Blue) = 213+124+33=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 33 (13.28% from 255 or 8.92% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57C21 is #2A83DE. Grayscale: #8C8C8C. Windows color (decimal): -2786271 or 2194645. OLE color: 2194645.

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

Color convert

RGB 213 124 33 -
CMYK 0 0.42 0.85 0.16
HSL 30.33º 0.73% 0.48% -
HSV(B) 30.33º 0.85% 0.84% -
XYZ 34.92 28.67 5.13 -
YUV 140.24 67.49 179.9 -
System Red Green Blue C M Y K H S L
Decimal 213 124 33 0 0.42 0.85 0.16 30.33 0.73 0.48
Hex D5 7C 21 0 2A 55 10 1E 49 30
Octal 325 174 41 0 52 125 20 36 111 60
Binary 11010101 1111100 100001 0 101010 1010101 10000 11110 1001001 110000

Color Harmonies of #D57C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57C21

Black with #D57C21

Text Example


Text Example

White with #D57C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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