Html Css Color HEX #D57F12 Ochre

📋 copy color: '#D57F12'

red 213 ◦ green 127 ◦ blue 18

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

Shades of Ochre #D57F12

Tints of Ochre #D57F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.03%

R = 59.5%
G = 35.47%
B = 5.03%

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

#D57F12 (or 0xD57F12) is known color: Ochre. HEX triplet: D5, 7F and 12. RGB value is (213,127,18). Sum of RGB (Red+Green+Blue) = 213+127+18=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57F12 is #2A80ED. Grayscale: #8C8C8C. Windows color (decimal): -2785518 or 1212373. OLE color: 1212373.

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

Color convert

RGB 213 127 18 -
CMYK 0 0.40 0.92 0.16
HSL 33.54º 0.84% 0.45% -
HSV(B) 33.54º 0.92% 0.84% -
XYZ 35.14 29.37 4.39 -
YUV 140.29 58.99 179.86 -
System Red Green Blue C M Y K H S L
Decimal 213 127 18 0 0.40 0.92 0.16 33.54 0.84 0.45
Hex D5 7F 12 0 28 5C 10 22 54 2D
Octal 325 177 22 0 50 134 20 42 124 55
Binary 11010101 1111111 10010 0 101000 1011100 10000 100010 1010100 101101

Color Harmonies of #D57F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F12

Black with #D57F12

Text Example


Text Example

White with #D57F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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