Html Css Color HEX #D57D17 Ochre

📋 copy color: '#D57D17'

red 213 ◦ green 125 ◦ blue 23

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

Shades of Ochre #D57D17

Tints of Ochre #D57D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.37%

R = 59%
G = 34.63%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D57D17 (or 0xD57D17) is known color: Ochre. HEX triplet: D5, 7D and 17. RGB value is (213,125,23). Sum of RGB (Red+Green+Blue) = 213+125+23=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57D17 is #2A82E8. Grayscale: #8C8C8C. Windows color (decimal): -2786025 or 1539541. OLE color: 1539541.

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

Color convert

RGB 213 125 23 -
CMYK 0 0.41 0.89 0.16
HSL 32.21º 0.81% 0.46% -
HSV(B) 32.21º 0.89% 0.84% -
XYZ 34.93 28.88 4.54 -
YUV 139.68 62.15 180.29 -
System Red Green Blue C M Y K H S L
Decimal 213 125 23 0 0.41 0.89 0.16 32.21 0.81 0.46
Hex D5 7D 17 0 29 59 10 20 51 2E
Octal 325 175 27 0 51 131 20 40 121 56
Binary 11010101 1111101 10111 0 101001 1011001 10000 100000 1010001 101110

Color Harmonies of #D57D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57D17

Black with #D57D17

Text Example


Text Example

White with #D57D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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