Html Css Color HEX #D78614 Ochre

📋 copy color: '#D78614'

red 215 ◦ green 134 ◦ blue 20

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

Shades of Ochre #D78614

Tints of Ochre #D78614

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.31%

 BLUE value IS 20 (8.2% from 255) = 5.42%

R = 58.27%
G = 36.31%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D78614 (or 0xD78614) is known color: Ochre. HEX triplet: D7, 86 and 14. RGB value is (215,134,20). Sum of RGB (Red+Green+Blue) = 215+134+20=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D78614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78614 is #2879EB. Grayscale: #919191. Windows color (decimal): -2652652 or 1345239. OLE color: 1345239.

HSL color Cylindrical-coordinate representation of color #D78614: hue angle of 35.08º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D78614 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 134 20 -
CMYK 0 0.38 0.91 0.16
HSL 35.08º 0.83% 0.46% -
HSV(B) 35.08º 0.91% 0.84% -
XYZ 36.68 31.55 4.82 -
YUV 145.22 57.34 177.77 -
System Red Green Blue C M Y K H S L
Decimal 215 134 20 0 0.38 0.91 0.16 35.08 0.83 0.46
Hex D7 86 14 0 26 5B 10 23 53 2E
Octal 327 206 24 0 46 133 20 43 123 56
Binary 11010111 10000110 10100 0 100110 1011011 10000 100011 1010011 101110

Color Harmonies of #D78614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78614

Black with #D78614

Text Example


Text Example

White with #D78614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78614; }

 p { color: rgb(215,134,20); }

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

background-color css

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

 a { background-color: rgb(215,134,20); }

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

border-color css

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

 span { border-color: rgb(215,134,20); }

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