Html Css Color HEX #D7811B Ochre

📋 copy color: '#D7811B'

red 215 ◦ green 129 ◦ blue 27

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

Shades of Ochre #D7811B

Tints of Ochre #D7811B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.28%

R = 57.95%
G = 34.77%
B = 7.28%

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

#D7811B (or 0xD7811B) is known color: Ochre. HEX triplet: D7, 81 and 1B. RGB value is (215,129,27). Sum of RGB (Red+Green+Blue) = 215+129+27=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D7811B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7811B is #287EE4. Grayscale: #8F8F8F. Windows color (decimal): -2653925 or 1802711. OLE color: 1802711.

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

Color convert

RGB 215 129 27 -
CMYK 0 0.4 0.87 0.16
HSL 32.55º 0.78% 0.47% -
HSV(B) 32.55º 0.87% 0.84% -
XYZ 36.07 30.23 4.97 -
YUV 143.09 62.49 179.29 -
System Red Green Blue C M Y K H S L
Decimal 215 129 27 0 0.4 0.87 0.16 32.55 0.78 0.47
Hex D7 81 1B 0 28 57 10 21 4E 2F
Octal 327 201 33 0 50 127 20 41 116 57
Binary 11010111 10000001 11011 0 101000 1010111 10000 100001 1001110 101111

Color Harmonies of #D7811B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7811B

Black with #D7811B

Text Example


Text Example

White with #D7811B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7811B; }

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

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

background-color css

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

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

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

border-color css

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

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

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