Html Css Color HEX #D57616 Ochre

📋 copy color: '#D57616'

red 213 ◦ green 118 ◦ blue 22

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

Shades of Ochre #D57616

Tints of Ochre #D57616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.43%

 BLUE value IS 22 (8.98% from 255) = 6.23%

R = 60.34%
G = 33.43%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D57616 (or 0xD57616) is known color: Ochre. HEX triplet: D5, 76 and 16. RGB value is (213,118,22). Sum of RGB (Red+Green+Blue) = 213+118+22=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D57616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57616 is #2A89E9. Grayscale: #878787. Windows color (decimal): -2787818 or 1472213. OLE color: 1472213.

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

Color convert

RGB 213 118 22 -
CMYK 0 0.45 0.90 0.16
HSL 30.16º 0.81% 0.46% -
HSV(B) 30.16º 0.9% 0.84% -
XYZ 34.06 27.16 4.21 -
YUV 135.46 63.97 183.31 -
System Red Green Blue C M Y K H S L
Decimal 213 118 22 0 0.45 0.90 0.16 30.16 0.81 0.46
Hex D5 76 16 0 2D 5A 10 1E 51 2E
Octal 325 166 26 0 55 132 20 36 121 56
Binary 11010101 1110110 10110 0 101101 1011010 10000 11110 1010001 101110

Color Harmonies of #D57616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57616

Black with #D57616

Text Example


Text Example

White with #D57616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57616; }

 p { color: rgb(213,118,22); }

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

background-color css

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

 a { background-color: rgb(213,118,22); }

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

border-color css

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

 span { border-color: rgb(213,118,22); }

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