Html Css Color HEX #D8851B Ochre

📋 copy color: '#D8851B'

red 216 ◦ green 133 ◦ blue 27

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

Shades of Ochre #D8851B

Tints of Ochre #D8851B

RGB

 RED value IS 216 (84.77% from 255) = 57.45%

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

 BLUE value IS 27 (10.94% from 255) = 7.18%

R = 57.45%
G = 35.37%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8851B (or 0xD8851B) is known color: Ochre. HEX triplet: D8, 85 and 1B. RGB value is (216,133,27). Sum of RGB (Red+Green+Blue) = 216+133+27=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D8851B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8851B is #277AE4. Grayscale: #929292. Windows color (decimal): -2587365 or 1803736. OLE color: 1803736.

HSL color Cylindrical-coordinate representation of color #D8851B: hue angle of 33.65º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8851B is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 133 27 -
CMYK 0 0.38 0.88 0.15
HSL 33.65º 0.78% 0.48% -
HSV(B) 33.65º 0.88% 0.85% -
XYZ 36.9 31.45 5.16 -
YUV 145.73 61 178.12 -
System Red Green Blue C M Y K H S L
Decimal 216 133 27 0 0.38 0.88 0.15 33.65 0.78 0.48
Hex D8 85 1B 0 26 58 F 22 4E 30
Octal 330 205 33 0 46 130 17 42 116 60
Binary 11011000 10000101 11011 0 100110 1011000 1111 100010 1001110 110000

Color Harmonies of #D8851B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8851B

Black with #D8851B

Text Example


Text Example

White with #D8851B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8851B; }

 p { color: rgb(216,133,27); }

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

background-color css

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

 a { background-color: rgb(216,133,27); }

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

border-color css

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

 span { border-color: rgb(216,133,27); }

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