Html Css Color HEX #D57B17 Ochre

📋 copy color: '#D57B17'

red 213 ◦ green 123 ◦ blue 23

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

Shades of Ochre #D57B17

Tints of Ochre #D57B17

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.26%

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

R = 59.33%
G = 34.26%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D57B17 (or 0xD57B17) is known color: Ochre. HEX triplet: D5, 7B and 17. RGB value is (213,123,23). Sum of RGB (Red+Green+Blue) = 213+123+23=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 23 (9.38% from 255 or 6.41% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57B17 is #2A84E8. Grayscale: #8B8B8B. Windows color (decimal): -2786537 or 1539029. OLE color: 1539029.

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

Color convert

RGB 213 123 23 -
CMYK 0 0.42 0.89 0.16
HSL 31.58º 0.81% 0.46% -
HSV(B) 31.58º 0.89% 0.84% -
XYZ 34.68 28.37 4.46 -
YUV 138.51 62.82 181.13 -
System Red Green Blue C M Y K H S L
Decimal 213 123 23 0 0.42 0.89 0.16 31.58 0.81 0.46
Hex D5 7B 17 0 2A 59 10 20 51 2E
Octal 325 173 27 0 52 131 20 40 121 56
Binary 11010101 1111011 10111 0 101010 1011001 10000 100000 1010001 101110

Color Harmonies of #D57B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57B17

Black with #D57B17

Text Example


Text Example

White with #D57B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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