Html Css Color HEX #D8831A Ochre

📋 copy color: '#D8831A'

red 216 ◦ green 131 ◦ blue 26

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

Shades of Ochre #D8831A

Tints of Ochre #D8831A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

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

R = 57.91%
G = 35.12%
B = 6.97%

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

#D8831A (or 0xD8831A) is known color: Ochre. HEX triplet: D8, 83 and 1A. RGB value is (216,131,26). Sum of RGB (Red+Green+Blue) = 216+131+26=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D8831A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8831A is #277CE5. Grayscale: #909090. Windows color (decimal): -2587878 or 1737688. OLE color: 1737688.

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

Color convert

RGB 216 131 26 -
CMYK 0 0.39 0.88 0.15
HSL 33.16º 0.79% 0.47% -
HSV(B) 33.16º 0.88% 0.85% -
XYZ 36.62 30.91 5.01 -
YUV 144.45 61.16 179.04 -
System Red Green Blue C M Y K H S L
Decimal 216 131 26 0 0.39 0.88 0.15 33.16 0.79 0.47
Hex D8 83 1A 0 27 58 F 21 4F 2F
Octal 330 203 32 0 47 130 17 41 117 57
Binary 11011000 10000011 11010 0 100111 1011000 1111 100001 1001111 101111

Color Harmonies of #D8831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8831A

Black with #D8831A

Text Example


Text Example

White with #D8831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8831A; }

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

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

background-color css

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

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

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

border-color css

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

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

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