Html Css Color HEX #D57912 Ochre

📋 copy color: '#D57912'

red 213 ◦ green 121 ◦ blue 18

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

Shades of Ochre #D57912

Tints of Ochre #D57912

RGB

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

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

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

R = 60.51%
G = 34.38%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D57912 (or 0xD57912) is known color: Ochre. HEX triplet: D5, 79 and 12. RGB value is (213,121,18). Sum of RGB (Red+Green+Blue) = 213+121+18=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D57912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57912 is #2A86ED. Grayscale: #898989. Windows color (decimal): -2787054 or 1210837. OLE color: 1210837.

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

Color convert

RGB 213 121 18 -
CMYK 0 0.43 0.92 0.16
HSL 31.69º 0.84% 0.45% -
HSV(B) 31.69º 0.92% 0.84% -
XYZ 34.39 27.86 4.14 -
YUV 136.77 60.98 182.38 -
System Red Green Blue C M Y K H S L
Decimal 213 121 18 0 0.43 0.92 0.16 31.69 0.84 0.45
Hex D5 79 12 0 2B 5C 10 20 54 2D
Octal 325 171 22 0 53 134 20 40 124 55
Binary 11010101 1111001 10010 0 101011 1011100 10000 100000 1010100 101101

Color Harmonies of #D57912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57912

Black with #D57912

Text Example


Text Example

White with #D57912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57912; }

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

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

background-color css

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

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

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

border-color css

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

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

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