Html Css Color HEX #D8851A Ochre

📋 copy color: '#D8851A'

red 216 ◦ green 133 ◦ blue 26

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

Shades of Ochre #D8851A

Tints of Ochre #D8851A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.93%

R = 57.6%
G = 35.47%
B = 6.93%

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

#D8851A (or 0xD8851A) is known color: Ochre. HEX triplet: D8, 85 and 1A. RGB value is (216,133,26). Sum of RGB (Red+Green+Blue) = 216+133+26=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D8851A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8851A is #277AE5. Grayscale: #929292. Windows color (decimal): -2587366 or 1738200. OLE color: 1738200.

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

Color convert

RGB 216 133 26 -
CMYK 0 0.38 0.88 0.15
HSL 33.79º 0.79% 0.47% -
HSV(B) 33.79º 0.88% 0.85% -
XYZ 36.89 31.45 5.1 -
YUV 145.62 60.5 178.2 -
System Red Green Blue C M Y K H S L
Decimal 216 133 26 0 0.38 0.88 0.15 33.79 0.79 0.47
Hex D8 85 1A 0 26 58 F 22 4F 2F
Octal 330 205 32 0 46 130 17 42 117 57
Binary 11011000 10000101 11010 0 100110 1011000 1111 100010 1001111 101111

Color Harmonies of #D8851A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8851A

Black with #D8851A

Text Example


Text Example

White with #D8851A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8851A; }

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

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

background-color css

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

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

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

border-color css

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

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

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