Html Css Color HEX #D57C28 Ochre

📋 copy color: '#D57C28'

red 213 ◦ green 124 ◦ blue 40

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

Shades of Ochre #D57C28

Tints of Ochre #D57C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.61%

R = 56.5%
G = 32.89%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D57C28 (or 0xD57C28) is known color: Ochre. HEX triplet: D5, 7C and 28. RGB value is (213,124,40). Sum of RGB (Red+Green+Blue) = 213+124+40=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57C28 is #2A83D7. Grayscale: #8D8D8D. Windows color (decimal): -2786264 or 2653397. OLE color: 2653397.

HSL color Cylindrical-coordinate representation of color #D57C28: hue angle of 29.13º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D57C28 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 124 40 -
CMYK 0 0.42 0.81 0.16
HSL 29.13º 0.68% 0.5% -
HSV(B) 29.13º 0.81% 0.84% -
XYZ 35.03 28.71 5.7 -
YUV 141.04 70.99 179.33 -
System Red Green Blue C M Y K H S L
Decimal 213 124 40 0 0.42 0.81 0.16 29.13 0.68 0.5
Hex D5 7C 28 0 2A 51 10 1D 44 32
Octal 325 174 50 0 52 121 20 35 104 62
Binary 11010101 1111100 101000 0 101010 1010001 10000 11101 1000100 110010

Color Harmonies of #D57C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57C28

Black with #D57C28

Text Example


Text Example

White with #D57C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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