Html Css Color HEX #D8851D Ochre

📋 copy color: '#D8851D'

red 216 ◦ green 133 ◦ blue 29

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

Shades of Ochre #D8851D

Tints of Ochre #D8851D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.67%

R = 57.14%
G = 35.19%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8851D (or 0xD8851D) is known color: Ochre. HEX triplet: D8, 85 and 1D. RGB value is (216,133,29). Sum of RGB (Red+Green+Blue) = 216+133+29=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D8851D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8851D is #277AE2. Grayscale: #929292. Windows color (decimal): -2587363 or 1934808. OLE color: 1934808.

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

Color convert

RGB 216 133 29 -
CMYK 0 0.38 0.87 0.15
HSL 33.37º 0.76% 0.48% -
HSV(B) 33.37º 0.87% 0.85% -
XYZ 36.93 31.46 5.29 -
YUV 145.96 62 177.96 -
System Red Green Blue C M Y K H S L
Decimal 216 133 29 0 0.38 0.87 0.15 33.37 0.76 0.48
Hex D8 85 1D 0 26 57 F 21 4C 30
Octal 330 205 35 0 46 127 17 41 114 60
Binary 11011000 10000101 11101 0 100110 1010111 1111 100001 1001100 110000

Color Harmonies of #D8851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8851D

Black with #D8851D

Text Example


Text Example

White with #D8851D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8851D; }

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

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

background-color css

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

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

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

border-color css

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

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

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