Html Css Color HEX #D57F25 Ochre

📋 copy color: '#D57F25'

red 213 ◦ green 127 ◦ blue 37

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

Shades of Ochre #D57F25

Tints of Ochre #D57F25

RGB

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

 GREEN value IS 127 (50% from 255) = 33.69%

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

R = 56.5%
G = 33.69%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D57F25 (or 0xD57F25) is known color: Ochre. HEX triplet: D5, 7F and 25. RGB value is (213,127,37). Sum of RGB (Red+Green+Blue) = 213+127+37=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57F25 is #2A80DA. Grayscale: #8E8E8E. Windows color (decimal): -2785499 or 2457557. OLE color: 2457557.

HSL color Cylindrical-coordinate representation of color #D57F25: hue angle of 30.68º 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 #D57F25 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 127 37 -
CMYK 0 0.40 0.83 0.16
HSL 30.68º 0.7% 0.49% -
HSV(B) 30.68º 0.83% 0.84% -
XYZ 35.36 29.46 5.57 -
YUV 142.45 68.49 178.32 -
System Red Green Blue C M Y K H S L
Decimal 213 127 37 0 0.40 0.83 0.16 30.68 0.7 0.49
Hex D5 7F 25 0 28 53 10 1F 46 31
Octal 325 177 45 0 50 123 20 37 106 61
Binary 11010101 1111111 100101 0 101000 1010011 10000 11111 1000110 110001

Color Harmonies of #D57F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F25

Black with #D57F25

Text Example


Text Example

White with #D57F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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