Html Css Color HEX #D78117 Ochre

📋 copy color: '#D78117'

red 215 ◦ green 129 ◦ blue 23

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

Shades of Ochre #D78117

Tints of Ochre #D78117

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.15%

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

R = 58.58%
G = 35.15%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D78117 (or 0xD78117) is known color: Ochre. HEX triplet: D7, 81 and 17. RGB value is (215,129,23). Sum of RGB (Red+Green+Blue) = 215+129+23=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 23 (9.38% from 255 or 6.27% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D78117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78117 is #287EE8. Grayscale: #8F8F8F. Windows color (decimal): -2653929 or 1540567. OLE color: 1540567.

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

Color convert

RGB 215 129 23 -
CMYK 0 0.4 0.89 0.16
HSL 33.13º 0.81% 0.47% -
HSV(B) 33.13º 0.89% 0.84% -
XYZ 36.03 30.21 4.74 -
YUV 142.63 60.49 179.62 -
System Red Green Blue C M Y K H S L
Decimal 215 129 23 0 0.4 0.89 0.16 33.13 0.81 0.47
Hex D7 81 17 0 28 59 10 21 51 2F
Octal 327 201 27 0 50 131 20 41 121 57
Binary 11010111 10000001 10111 0 101000 1011001 10000 100001 1010001 101111

Color Harmonies of #D78117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78117

Black with #D78117

Text Example


Text Example

White with #D78117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78117; }

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

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

background-color css

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

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

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

border-color css

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

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

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