Html Css Color HEX #D78215 Ochre

📋 copy color: '#D78215'

red 215 ◦ green 130 ◦ blue 21

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

Shades of Ochre #D78215

Tints of Ochre #D78215

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.52%

 BLUE value IS 21 (8.59% from 255) = 5.74%

R = 58.74%
G = 35.52%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D78215 (or 0xD78215) is known color: Ochre. HEX triplet: D7, 82 and 15. RGB value is (215,130,21). Sum of RGB (Red+Green+Blue) = 215+130+21=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D78215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78215 is #287DEA. Grayscale: #8F8F8F. Windows color (decimal): -2653675 or 1409751. OLE color: 1409751.

HSL color Cylindrical-coordinate representation of color #D78215: hue angle of 33.71º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D78215 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 130 21 -
CMYK 0 0.40 0.90 0.16
HSL 33.71º 0.82% 0.46% -
HSV(B) 33.71º 0.9% 0.84% -
XYZ 36.14 30.47 4.69 -
YUV 142.99 59.16 179.36 -
System Red Green Blue C M Y K H S L
Decimal 215 130 21 0 0.40 0.90 0.16 33.71 0.82 0.46
Hex D7 82 15 0 28 5A 10 22 52 2E
Octal 327 202 25 0 50 132 20 42 122 56
Binary 11010111 10000010 10101 0 101000 1011010 10000 100010 1010010 101110

Color Harmonies of #D78215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78215

Black with #D78215

Text Example


Text Example

White with #D78215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78215; }

 p { color: rgb(215,130,21); }

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

background-color css

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

 a { background-color: rgb(215,130,21); }

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

border-color css

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

 span { border-color: rgb(215,130,21); }

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