Html Css Color HEX #D78411 Ochre

📋 copy color: '#D78411'

red 215 ◦ green 132 ◦ blue 17

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

Shades of Ochre #D78411

Tints of Ochre #D78411

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.26%

 BLUE value IS 17 (7.03% from 255) = 4.67%

R = 59.07%
G = 36.26%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D78411 (or 0xD78411) is known color: Ochre. HEX triplet: D7, 84 and 11. RGB value is (215,132,17). Sum of RGB (Red+Green+Blue) = 215+132+17=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D78411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78411 is #287BEE. Grayscale: #909090. Windows color (decimal): -2653167 or 1148119. OLE color: 1148119.

HSL color Cylindrical-coordinate representation of color #D78411: hue angle of 34.85º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D78411 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 132 17 -
CMYK 0 0.39 0.92 0.16
HSL 34.85º 0.85% 0.45% -
HSV(B) 34.85º 0.92% 0.84% -
XYZ 36.38 30.99 4.59 -
YUV 143.71 56.5 178.85 -
System Red Green Blue C M Y K H S L
Decimal 215 132 17 0 0.39 0.92 0.16 34.85 0.85 0.45
Hex D7 84 11 0 27 5C 10 23 55 2D
Octal 327 204 21 0 47 134 20 43 125 55
Binary 11010111 10000100 10001 0 100111 1011100 10000 100011 1010101 101101

Color Harmonies of #D78411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78411

Black with #D78411

Text Example


Text Example

White with #D78411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78411; }

 p { color: rgb(215,132,17); }

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

background-color css

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

 a { background-color: rgb(215,132,17); }

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

border-color css

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

 span { border-color: rgb(215,132,17); }

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