Html Css Color HEX #D7811C Ochre

📋 copy color: '#D7811C'

red 215 ◦ green 129 ◦ blue 28

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

Shades of Ochre #D7811C

Tints of Ochre #D7811C

RGB

 RED value IS 215 (84.38% from 255) = 57.8%

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

 BLUE value IS 28 (11.33% from 255) = 7.53%

R = 57.8%
G = 34.68%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7811C (or 0xD7811C) is known color: Ochre. HEX triplet: D7, 81 and 1C. RGB value is (215,129,28). Sum of RGB (Red+Green+Blue) = 215+129+28=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D7811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7811C is #287EE3. Grayscale: #8F8F8F. Windows color (decimal): -2653924 or 1868247. OLE color: 1868247.

HSL color Cylindrical-coordinate representation of color #D7811C: hue angle of 32.41º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7811C is Cyan = 0, Magento = 0.4, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 129 28 -
CMYK 0 0.4 0.87 0.16
HSL 32.41º 0.77% 0.48% -
HSV(B) 32.41º 0.87% 0.84% -
XYZ 36.08 30.23 5.03 -
YUV 143.2 62.99 179.21 -
System Red Green Blue C M Y K H S L
Decimal 215 129 28 0 0.4 0.87 0.16 32.41 0.77 0.48
Hex D7 81 1C 0 28 57 10 20 4D 30
Octal 327 201 34 0 50 127 20 40 115 60
Binary 11010111 10000001 11100 0 101000 1010111 10000 100000 1001101 110000

Color Harmonies of #D7811C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7811C

Black with #D7811C

Text Example


Text Example

White with #D7811C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7811C; }

 p { color: rgb(215,129,28); }

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

background-color css

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

 a { background-color: rgb(215,129,28); }

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

border-color css

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

 span { border-color: rgb(215,129,28); }

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