Html Css Color HEX #D78518 Ochre

📋 copy color: '#D78518'

red 215 ◦ green 133 ◦ blue 24

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

Shades of Ochre #D78518

Tints of Ochre #D78518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.45%

R = 57.8%
G = 35.75%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D78518 (or 0xD78518) is known color: Ochre. HEX triplet: D7, 85 and 18. RGB value is (215,133,24). Sum of RGB (Red+Green+Blue) = 215+133+24=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D78518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78518 is #287AE7. Grayscale: #919191. Windows color (decimal): -2652904 or 1607127. OLE color: 1607127.

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

Color convert

RGB 215 133 24 -
CMYK 0 0.38 0.89 0.16
HSL 34.24º 0.8% 0.47% -
HSV(B) 34.24º 0.89% 0.84% -
XYZ 36.58 31.29 4.98 -
YUV 145.09 59.67 177.86 -
System Red Green Blue C M Y K H S L
Decimal 215 133 24 0 0.38 0.89 0.16 34.24 0.8 0.47
Hex D7 85 18 0 26 59 10 22 50 2F
Octal 327 205 30 0 46 131 20 42 120 57
Binary 11010111 10000101 11000 0 100110 1011001 10000 100010 1010000 101111

Color Harmonies of #D78518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78518

Black with #D78518

Text Example


Text Example

White with #D78518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78518; }

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

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

background-color css

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

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

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

border-color css

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

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

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