Html Css Color HEX #D7851D Ochre

📋 copy color: '#D7851D'

red 215 ◦ green 133 ◦ blue 29

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

Shades of Ochre #D7851D

Tints of Ochre #D7851D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.28%

 BLUE value IS 29 (11.72% from 255) = 7.69%

R = 57.03%
G = 35.28%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7851D (or 0xD7851D) is known color: Ochre. HEX triplet: D7, 85 and 1D. RGB value is (215,133,29). Sum of RGB (Red+Green+Blue) = 215+133+29=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D7851D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7851D is #287AE2. Grayscale: #929292. Windows color (decimal): -2652899 or 1934807. OLE color: 1934807.

HSL color Cylindrical-coordinate representation of color #D7851D: hue angle of 33.55º degrees, saturation: 0.76, 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 #D7851D is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 133 29 -
CMYK 0 0.38 0.87 0.16
HSL 33.55º 0.76% 0.48% -
HSV(B) 33.55º 0.87% 0.84% -
XYZ 36.63 31.31 5.28 -
YUV 145.66 62.17 177.46 -
System Red Green Blue C M Y K H S L
Decimal 215 133 29 0 0.38 0.87 0.16 33.55 0.76 0.48
Hex D7 85 1D 0 26 57 10 22 4C 30
Octal 327 205 35 0 46 127 20 42 114 60
Binary 11010111 10000101 11101 0 100110 1010111 10000 100010 1001100 110000

Color Harmonies of #D7851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7851D

Black with #D7851D

Text Example


Text Example

White with #D7851D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7851D; }

 p { color: rgb(215,133,29); }

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

background-color css

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

 a { background-color: rgb(215,133,29); }

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

border-color css

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

 span { border-color: rgb(215,133,29); }

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