Html Css Color HEX #D57918 Ochre

📋 copy color: '#D57918'

red 213 ◦ green 121 ◦ blue 24

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

Shades of Ochre #D57918

Tints of Ochre #D57918

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.8%

 BLUE value IS 24 (9.77% from 255) = 6.7%

R = 59.5%
G = 33.8%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D57918 (or 0xD57918) is known color: Ochre. HEX triplet: D5, 79 and 18. RGB value is (213,121,24). Sum of RGB (Red+Green+Blue) = 213+121+24=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D57918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57918 is #2A86E7. Grayscale: #898989. Windows color (decimal): -2787048 or 1604053. OLE color: 1604053.

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

Color convert

RGB 213 121 24 -
CMYK 0 0.43 0.89 0.16
HSL 30.79º 0.8% 0.46% -
HSV(B) 30.79º 0.89% 0.84% -
XYZ 34.44 27.89 4.43 -
YUV 137.45 63.98 181.89 -
System Red Green Blue C M Y K H S L
Decimal 213 121 24 0 0.43 0.89 0.16 30.79 0.8 0.46
Hex D5 79 18 0 2B 59 10 1F 50 2E
Octal 325 171 30 0 53 131 20 37 120 56
Binary 11010101 1111001 11000 0 101011 1011001 10000 11111 1010000 101110

Color Harmonies of #D57918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57918

Black with #D57918

Text Example


Text Example

White with #D57918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57918; }

 p { color: rgb(213,121,24); }

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

background-color css

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

 a { background-color: rgb(213,121,24); }

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

border-color css

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

 span { border-color: rgb(213,121,24); }

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