Html Css Color HEX #D57C27 Ochre

📋 copy color: '#D57C27'

red 213 ◦ green 124 ◦ blue 39

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

Shades of Ochre #D57C27

Tints of Ochre #D57C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.37%

R = 56.65%
G = 32.98%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D57C27 (or 0xD57C27) is known color: Ochre. HEX triplet: D5, 7C and 27. RGB value is (213,124,39). Sum of RGB (Red+Green+Blue) = 213+124+39=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57C27 is #2A83D8. Grayscale: #8D8D8D. Windows color (decimal): -2786265 or 2587861. OLE color: 2587861.

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

Color convert

RGB 213 124 39 -
CMYK 0 0.42 0.82 0.16
HSL 29.31º 0.69% 0.49% -
HSV(B) 29.31º 0.82% 0.84% -
XYZ 35.01 28.71 5.62 -
YUV 140.92 70.49 179.41 -
System Red Green Blue C M Y K H S L
Decimal 213 124 39 0 0.42 0.82 0.16 29.31 0.69 0.49
Hex D5 7C 27 0 2A 52 10 1D 45 31
Octal 325 174 47 0 52 122 20 35 105 61
Binary 11010101 1111100 100111 0 101010 1010010 10000 11101 1000101 110001

Color Harmonies of #D57C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57C27

Black with #D57C27

Text Example


Text Example

White with #D57C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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