Html Css Color HEX #D8811F Ochre

📋 copy color: '#D8811F'

red 216 ◦ green 129 ◦ blue 31

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

Shades of Ochre #D8811F

Tints of Ochre #D8811F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.24%

R = 57.45%
G = 34.31%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8811F (or 0xD8811F) is known color: Ochre. HEX triplet: D8, 81 and 1F. RGB value is (216,129,31). Sum of RGB (Red+Green+Blue) = 216+129+31=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D8811F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8811F is #277EE0. Grayscale: #909090. Windows color (decimal): -2588385 or 2064856. OLE color: 2064856.

HSL color Cylindrical-coordinate representation of color #D8811F: hue angle of 31.78º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8811F is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 129 31 -
CMYK 0 0.40 0.86 0.15
HSL 31.78º 0.75% 0.48% -
HSV(B) 31.78º 0.86% 0.85% -
XYZ 36.42 30.4 5.24 -
YUV 143.84 64.32 179.47 -
System Red Green Blue C M Y K H S L
Decimal 216 129 31 0 0.40 0.86 0.15 31.78 0.75 0.48
Hex D8 81 1F 0 28 56 F 20 4B 30
Octal 330 201 37 0 50 126 17 40 113 60
Binary 11011000 10000001 11111 0 101000 1010110 1111 100000 1001011 110000

Color Harmonies of #D8811F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8811F

Black with #D8811F

Text Example


Text Example

White with #D8811F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8811F; }

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

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

background-color css

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

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

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

border-color css

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

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

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