Html Css Color HEX #D78217 Ochre

📋 copy color: '#D78217'

red 215 ◦ green 130 ◦ blue 23

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

Shades of Ochre #D78217

Tints of Ochre #D78217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.25%

R = 58.42%
G = 35.33%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D78217 (or 0xD78217) is known color: Ochre. HEX triplet: D7, 82 and 17. RGB value is (215,130,23). Sum of RGB (Red+Green+Blue) = 215+130+23=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D78217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78217 is #287DE8. Grayscale: #8F8F8F. Windows color (decimal): -2653673 or 1540823. OLE color: 1540823.

HSL color Cylindrical-coordinate representation of color #D78217: hue angle of 33.44º degrees, saturation: 0.81, 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 #D78217 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 130 23 -
CMYK 0 0.40 0.89 0.16
HSL 33.44º 0.81% 0.47% -
HSV(B) 33.44º 0.89% 0.84% -
XYZ 36.16 30.47 4.79 -
YUV 143.22 60.16 179.2 -
System Red Green Blue C M Y K H S L
Decimal 215 130 23 0 0.40 0.89 0.16 33.44 0.81 0.47
Hex D7 82 17 0 28 59 10 21 51 2F
Octal 327 202 27 0 50 131 20 41 121 57
Binary 11010111 10000010 10111 0 101000 1011001 10000 100001 1010001 101111

Color Harmonies of #D78217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78217

Black with #D78217

Text Example


Text Example

White with #D78217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78217; }

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

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

background-color css

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

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

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

border-color css

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

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

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