Html Css Color HEX #D7851A Ochre

📋 copy color: '#D7851A'

red 215 ◦ green 133 ◦ blue 26

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

Shades of Ochre #D7851A

Tints of Ochre #D7851A

RGB

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

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

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

R = 57.49%
G = 35.56%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7851A (or 0xD7851A) is known color: Ochre. HEX triplet: D7, 85 and 1A. RGB value is (215,133,26). Sum of RGB (Red+Green+Blue) = 215+133+26=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D7851A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7851A is #287AE5. Grayscale: #919191. Windows color (decimal): -2652902 or 1738199. OLE color: 1738199.

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

Color convert

RGB 215 133 26 -
CMYK 0 0.38 0.88 0.16
HSL 33.97º 0.78% 0.47% -
HSV(B) 33.97º 0.88% 0.84% -
XYZ 36.6 31.3 5.09 -
YUV 145.32 60.67 177.7 -
System Red Green Blue C M Y K H S L
Decimal 215 133 26 0 0.38 0.88 0.16 33.97 0.78 0.47
Hex D7 85 1A 0 26 58 10 22 4E 2F
Octal 327 205 32 0 46 130 20 42 116 57
Binary 11010111 10000101 11010 0 100110 1011000 10000 100010 1001110 101111

Color Harmonies of #D7851A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7851A

Black with #D7851A

Text Example


Text Example

White with #D7851A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7851A; }

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

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

background-color css

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

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

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

border-color css

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

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

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