Html Css Color HEX #D57F10 Ochre

📋 copy color: '#D57F10'

red 213 ◦ green 127 ◦ blue 16

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

Shades of Ochre #D57F10

Tints of Ochre #D57F10

RGB

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

 GREEN value IS 127 (50% from 255) = 35.67%

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

R = 59.83%
G = 35.67%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D57F10 (or 0xD57F10) is known color: Ochre. HEX triplet: D5, 7F and 10. RGB value is (213,127,16). Sum of RGB (Red+Green+Blue) = 213+127+16=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57F10 is #2A80EF. Grayscale: #8C8C8C. Windows color (decimal): -2785520 or 1081301. OLE color: 1081301.

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

Color convert

RGB 213 127 16 -
CMYK 0 0.40 0.92 0.16
HSL 33.81º 0.86% 0.45% -
HSV(B) 33.81º 0.92% 0.84% -
XYZ 35.12 29.36 4.31 -
YUV 140.06 57.99 180.03 -
System Red Green Blue C M Y K H S L
Decimal 213 127 16 0 0.40 0.92 0.16 33.81 0.86 0.45
Hex D5 7F 10 0 28 5C 10 22 56 2D
Octal 325 177 20 0 50 134 20 42 126 55
Binary 11010101 1111111 10000 0 101000 1011100 10000 100010 1010110 101101

Color Harmonies of #D57F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F10

Black with #D57F10

Text Example


Text Example

White with #D57F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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