Html Css Color HEX #D8841C Ochre

📋 copy color: '#D8841C'

red 216 ◦ green 132 ◦ blue 28

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

Shades of Ochre #D8841C

Tints of Ochre #D8841C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.11%

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

R = 57.45%
G = 35.11%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8841C (or 0xD8841C) is known color: Ochre. HEX triplet: D8, 84 and 1C. RGB value is (216,132,28). Sum of RGB (Red+Green+Blue) = 216+132+28=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D8841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8841C is #277BE3. Grayscale: #919191. Windows color (decimal): -2587620 or 1869016. OLE color: 1869016.

HSL color Cylindrical-coordinate representation of color #D8841C: hue angle of 33.19º degrees, saturation: 0.77, 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 #D8841C is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 132 28 -
CMYK 0 0.39 0.87 0.15
HSL 33.19º 0.77% 0.48% -
HSV(B) 33.19º 0.87% 0.85% -
XYZ 36.78 31.19 5.18 -
YUV 145.26 61.83 178.46 -
System Red Green Blue C M Y K H S L
Decimal 216 132 28 0 0.39 0.87 0.15 33.19 0.77 0.48
Hex D8 84 1C 0 27 57 F 21 4D 30
Octal 330 204 34 0 47 127 17 41 115 60
Binary 11011000 10000100 11100 0 100111 1010111 1111 100001 1001101 110000

Color Harmonies of #D8841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8841C

Black with #D8841C

Text Example


Text Example

White with #D8841C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8841C; }

 p { color: rgb(216,132,28); }

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

background-color css

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

 a { background-color: rgb(216,132,28); }

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

border-color css

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

 span { border-color: rgb(216,132,28); }

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