Html Css Color HEX #D8841B Ochre

📋 copy color: '#D8841B'

red 216 ◦ green 132 ◦ blue 27

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

Shades of Ochre #D8841B

Tints of Ochre #D8841B

RGB

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

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

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

R = 57.6%
G = 35.2%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8841B (or 0xD8841B) is known color: Ochre. HEX triplet: D8, 84 and 1B. RGB value is (216,132,27). Sum of RGB (Red+Green+Blue) = 216+132+27=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D8841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8841B is #277BE4. Grayscale: #919191. Windows color (decimal): -2587621 or 1803480. OLE color: 1803480.

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

Color convert

RGB 216 132 27 -
CMYK 0 0.39 0.88 0.15
HSL 33.33º 0.78% 0.48% -
HSV(B) 33.33º 0.88% 0.85% -
XYZ 36.77 31.18 5.12 -
YUV 145.15 61.33 178.54 -
System Red Green Blue C M Y K H S L
Decimal 216 132 27 0 0.39 0.88 0.15 33.33 0.78 0.48
Hex D8 84 1B 0 27 58 F 21 4E 30
Octal 330 204 33 0 47 130 17 41 116 60
Binary 11011000 10000100 11011 0 100111 1011000 1111 100001 1001110 110000

Color Harmonies of #D8841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8841B

Black with #D8841B

Text Example


Text Example

White with #D8841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8841B; }

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

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

background-color css

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

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

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

border-color css

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

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

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