Html Css Color HEX #D8811A Ochre

📋 copy color: '#D8811A'

red 216 ◦ green 129 ◦ blue 26

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

Shades of Ochre #D8811A

Tints of Ochre #D8811A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.77%

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

R = 58.22%
G = 34.77%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8811A (or 0xD8811A) is known color: Ochre. HEX triplet: D8, 81 and 1A. RGB value is (216,129,26). Sum of RGB (Red+Green+Blue) = 216+129+26=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D8811A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8811A is #277EE5. Grayscale: #8F8F8F. Windows color (decimal): -2588390 or 1737176. OLE color: 1737176.

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

Color convert

RGB 216 129 26 -
CMYK 0 0.40 0.88 0.15
HSL 32.53º 0.79% 0.47% -
HSV(B) 32.53º 0.88% 0.85% -
XYZ 36.36 30.37 4.92 -
YUV 143.27 61.82 179.88 -
System Red Green Blue C M Y K H S L
Decimal 216 129 26 0 0.40 0.88 0.15 32.53 0.79 0.47
Hex D8 81 1A 0 28 58 F 21 4F 2F
Octal 330 201 32 0 50 130 17 41 117 57
Binary 11011000 10000001 11010 0 101000 1011000 1111 100001 1001111 101111

Color Harmonies of #D8811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8811A

Black with #D8811A

Text Example


Text Example

White with #D8811A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8811A; }

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

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

background-color css

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

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

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

border-color css

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

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

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