Html Css Color HEX #D57710 Ochre

📋 copy color: '#D57710'

red 213 ◦ green 119 ◦ blue 16

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

Shades of Ochre #D57710

Tints of Ochre #D57710

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.2%

 BLUE value IS 16 (6.64% from 255) = 4.6%

R = 61.21%
G = 34.2%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D57710 (or 0xD57710) is known color: Ochre. HEX triplet: D5, 77 and 10. RGB value is (213,119,16). Sum of RGB (Red+Green+Blue) = 213+119+16=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D57710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57710 is #2A88EF. Grayscale: #878787. Windows color (decimal): -2787568 or 1079253. OLE color: 1079253.

HSL color Cylindrical-coordinate representation of color #D57710: hue angle of 31.37º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D57710 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 119 16 -
CMYK 0 0.44 0.92 0.16
HSL 31.37º 0.86% 0.45% -
HSV(B) 31.37º 0.92% 0.84% -
XYZ 34.13 27.38 3.98 -
YUV 135.36 60.64 183.38 -
System Red Green Blue C M Y K H S L
Decimal 213 119 16 0 0.44 0.92 0.16 31.37 0.86 0.45
Hex D5 77 10 0 2C 5C 10 1F 56 2D
Octal 325 167 20 0 54 134 20 37 126 55
Binary 11010101 1110111 10000 0 101100 1011100 10000 11111 1010110 101101

Color Harmonies of #D57710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57710

Black with #D57710

Text Example


Text Example

White with #D57710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57710; }

 p { color: rgb(213,119,16); }

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

background-color css

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

 a { background-color: rgb(213,119,16); }

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

border-color css

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

 span { border-color: rgb(213,119,16); }

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