Html Css Color HEX #D57D1F Ochre

📋 copy color: '#D57D1F'

red 213 ◦ green 125 ◦ blue 31

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

Shades of Ochre #D57D1F

Tints of Ochre #D57D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.88%

 BLUE value IS 31 (12.5% from 255) = 8.4%

R = 57.72%
G = 33.88%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D57D1F (or 0xD57D1F) is known color: Ochre. HEX triplet: D5, 7D and 1F. RGB value is (213,125,31). Sum of RGB (Red+Green+Blue) = 213+125+31=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57D1F is #2A82E0. Grayscale: #8D8D8D. Windows color (decimal): -2786017 or 2063829. OLE color: 2063829.

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

Color convert

RGB 213 125 31 -
CMYK 0 0.41 0.85 0.16
HSL 30.99º 0.75% 0.48% -
HSV(B) 30.99º 0.85% 0.84% -
XYZ 35.02 28.91 5.03 -
YUV 140.6 66.15 179.64 -
System Red Green Blue C M Y K H S L
Decimal 213 125 31 0 0.41 0.85 0.16 30.99 0.75 0.48
Hex D5 7D 1F 0 29 55 10 1F 4B 30
Octal 325 175 37 0 51 125 20 37 113 60
Binary 11010101 1111101 11111 0 101001 1010101 10000 11111 1001011 110000

Color Harmonies of #D57D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57D1F

Black with #D57D1F

Text Example


Text Example

White with #D57D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57D1F; }

 p { color: rgb(213,125,31); }

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

background-color css

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

 a { background-color: rgb(213,125,31); }

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

border-color css

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

 span { border-color: rgb(213,125,31); }

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