Html Css Color HEX #D7851C Ochre

📋 copy color: '#D7851C'

red 215 ◦ green 133 ◦ blue 28

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

Shades of Ochre #D7851C

Tints of Ochre #D7851C

RGB

 RED value IS 215 (84.38% from 255) = 57.18%

 GREEN value IS 133 (52.34% from 255) = 35.37%

 BLUE value IS 28 (11.33% from 255) = 7.45%

R = 57.18%
G = 35.37%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7851C (or 0xD7851C) is known color: Ochre. HEX triplet: D7, 85 and 1C. RGB value is (215,133,28). Sum of RGB (Red+Green+Blue) = 215+133+28=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D7851C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7851C is #287AE3. Grayscale: #929292. Windows color (decimal): -2652900 or 1869271. OLE color: 1869271.

HSL color Cylindrical-coordinate representation of color #D7851C: hue angle of 33.69º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7851C is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 133 28 -
CMYK 0 0.38 0.87 0.16
HSL 33.69º 0.77% 0.48% -
HSV(B) 33.69º 0.87% 0.84% -
XYZ 36.62 31.31 5.21 -
YUV 145.55 61.67 177.54 -
System Red Green Blue C M Y K H S L
Decimal 215 133 28 0 0.38 0.87 0.16 33.69 0.77 0.48
Hex D7 85 1C 0 26 57 10 22 4D 30
Octal 327 205 34 0 46 127 20 42 115 60
Binary 11010111 10000101 11100 0 100110 1010111 10000 100010 1001101 110000

Color Harmonies of #D7851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7851C

Black with #D7851C

Text Example


Text Example

White with #D7851C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7851C; }

 p { color: rgb(215,133,28); }

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

background-color css

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

 a { background-color: rgb(215,133,28); }

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

border-color css

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

 span { border-color: rgb(215,133,28); }

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