Html Css Color HEX #D57D20 Ochre

📋 copy color: '#D57D20'

red 213 ◦ green 125 ◦ blue 32

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

Shades of Ochre #D57D20

Tints of Ochre #D57D20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.65%

R = 57.57%
G = 33.78%
B = 8.65%

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

#D57D20 (or 0xD57D20) is known color: Ochre. HEX triplet: D5, 7D and 20. RGB value is (213,125,32). Sum of RGB (Red+Green+Blue) = 213+125+32=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57D20 is #2A82DF. Grayscale: #8D8D8D. Windows color (decimal): -2786016 or 2129365. OLE color: 2129365.

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

Color convert

RGB 213 125 32 -
CMYK 0 0.41 0.85 0.16
HSL 30.83º 0.74% 0.48% -
HSV(B) 30.83º 0.85% 0.84% -
XYZ 35.03 28.92 5.1 -
YUV 140.71 66.65 179.56 -
System Red Green Blue C M Y K H S L
Decimal 213 125 32 0 0.41 0.85 0.16 30.83 0.74 0.48
Hex D5 7D 20 0 29 55 10 1F 4A 30
Octal 325 175 40 0 51 125 20 37 112 60
Binary 11010101 1111101 100000 0 101001 1010101 10000 11111 1001010 110000

Color Harmonies of #D57D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57D20

Black with #D57D20

Text Example


Text Example

White with #D57D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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