Html Css Color HEX #D8841A Ochre

📋 copy color: '#D8841A'

red 216 ◦ green 132 ◦ blue 26

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

Shades of Ochre #D8841A

Tints of Ochre #D8841A

RGB

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

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

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

R = 57.75%
G = 35.29%
B = 6.95%

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

#D8841A (or 0xD8841A) is known color: Ochre. HEX triplet: D8, 84 and 1A. RGB value is (216,132,26). Sum of RGB (Red+Green+Blue) = 216+132+26=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D8841A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8841A is #277BE5. Grayscale: #919191. Windows color (decimal): -2587622 or 1737944. OLE color: 1737944.

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

Color convert

RGB 216 132 26 -
CMYK 0 0.39 0.88 0.15
HSL 33.47º 0.79% 0.47% -
HSV(B) 33.47º 0.88% 0.85% -
XYZ 36.76 31.18 5.06 -
YUV 145.03 60.83 178.62 -
System Red Green Blue C M Y K H S L
Decimal 216 132 26 0 0.39 0.88 0.15 33.47 0.79 0.47
Hex D8 84 1A 0 27 58 F 21 4F 2F
Octal 330 204 32 0 47 130 17 41 117 57
Binary 11011000 10000100 11010 0 100111 1011000 1111 100001 1001111 101111

Color Harmonies of #D8841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8841A

Black with #D8841A

Text Example


Text Example

White with #D8841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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