Html Css Color HEX #D57D25 Ochre

📋 copy color: '#D57D25'

red 213 ◦ green 125 ◦ blue 37

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

Shades of Ochre #D57D25

Tints of Ochre #D57D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.87%

R = 56.8%
G = 33.33%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D57D25 (or 0xD57D25) is known color: Ochre. HEX triplet: D5, 7D and 25. RGB value is (213,125,37). Sum of RGB (Red+Green+Blue) = 213+125+37=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57D25 is #2A82DA. Grayscale: #8D8D8D. Windows color (decimal): -2786011 or 2457045. OLE color: 2457045.

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

Color convert

RGB 213 125 37 -
CMYK 0 0.41 0.83 0.16
HSL 30º 0.7% 0.49% -
HSV(B) 30º 0.83% 0.84% -
XYZ 35.11 28.95 5.49 -
YUV 141.28 69.15 179.16 -
System Red Green Blue C M Y K H S L
Decimal 213 125 37 0 0.41 0.83 0.16 30 0.7 0.49
Hex D5 7D 25 0 29 53 10 1E 46 31
Octal 325 175 45 0 51 123 20 36 106 61
Binary 11010101 1111101 100101 0 101001 1010011 10000 11110 1000110 110001

Color Harmonies of #D57D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57D25

Black with #D57D25

Text Example


Text Example

White with #D57D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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