Html Css Color HEX #D57F19 Ochre

📋 copy color: '#D57F19'

red 213 ◦ green 127 ◦ blue 25

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

Shades of Ochre #D57F19

Tints of Ochre #D57F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.85%

R = 58.36%
G = 34.79%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D57F19 (or 0xD57F19) is known color: Ochre. HEX triplet: D5, 7F and 19. RGB value is (213,127,25). Sum of RGB (Red+Green+Blue) = 213+127+25=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57F19 is #2A80E6. Grayscale: #8D8D8D. Windows color (decimal): -2785511 or 1671125. OLE color: 1671125.

HSL color Cylindrical-coordinate representation of color #D57F19: hue angle of 32.55º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D57F19 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 127 25 -
CMYK 0 0.40 0.88 0.16
HSL 32.55º 0.79% 0.47% -
HSV(B) 32.55º 0.88% 0.84% -
XYZ 35.21 29.4 4.74 -
YUV 141.09 62.49 179.29 -
System Red Green Blue C M Y K H S L
Decimal 213 127 25 0 0.40 0.88 0.16 32.55 0.79 0.47
Hex D5 7F 19 0 28 58 10 21 4F 2F
Octal 325 177 31 0 50 130 20 41 117 57
Binary 11010101 1111111 11001 0 101000 1011000 10000 100001 1001111 101111

Color Harmonies of #D57F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F19

Black with #D57F19

Text Example


Text Example

White with #D57F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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