Html Css Color HEX #D78119 Ochre

📋 copy color: '#D78119'

red 215 ◦ green 129 ◦ blue 25

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

Shades of Ochre #D78119

Tints of Ochre #D78119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.78%

R = 58.27%
G = 34.96%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D78119 (or 0xD78119) is known color: Ochre. HEX triplet: D7, 81 and 19. RGB value is (215,129,25). Sum of RGB (Red+Green+Blue) = 215+129+25=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D78119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78119 is #287EE6. Grayscale: #8F8F8F. Windows color (decimal): -2653927 or 1671639. OLE color: 1671639.

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

Color convert

RGB 215 129 25 -
CMYK 0 0.4 0.88 0.16
HSL 32.84º 0.79% 0.47% -
HSV(B) 32.84º 0.88% 0.84% -
XYZ 36.05 30.22 4.85 -
YUV 142.86 61.49 179.46 -
System Red Green Blue C M Y K H S L
Decimal 215 129 25 0 0.4 0.88 0.16 32.84 0.79 0.47
Hex D7 81 19 0 28 58 10 21 4F 2F
Octal 327 201 31 0 50 130 20 41 117 57
Binary 11010111 10000001 11001 0 101000 1011000 10000 100001 1001111 101111

Color Harmonies of #D78119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78119

Black with #D78119

Text Example


Text Example

White with #D78119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78119; }

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

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

background-color css

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

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

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

border-color css

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

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

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