Html Css Color HEX #D78613 Ochre

📋 copy color: '#D78613'

red 215 ◦ green 134 ◦ blue 19

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

Shades of Ochre #D78613

Tints of Ochre #D78613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.16%

R = 58.42%
G = 36.41%
B = 5.16%

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

#D78613 (or 0xD78613) is known color: Ochre. HEX triplet: D7, 86 and 13. RGB value is (215,134,19). Sum of RGB (Red+Green+Blue) = 215+134+19=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D78613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78613 is #2879EC. Grayscale: #919191. Windows color (decimal): -2652653 or 1279703. OLE color: 1279703.

HSL color Cylindrical-coordinate representation of color #D78613: hue angle of 35.2º degrees, saturation: 0.84, 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 #D78613 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 134 19 -
CMYK 0 0.38 0.91 0.16
HSL 35.2º 0.84% 0.46% -
HSV(B) 35.2º 0.91% 0.84% -
XYZ 36.67 31.54 4.77 -
YUV 145.11 56.84 177.85 -
System Red Green Blue C M Y K H S L
Decimal 215 134 19 0 0.38 0.91 0.16 35.2 0.84 0.46
Hex D7 86 13 0 26 5B 10 23 54 2E
Octal 327 206 23 0 46 133 20 43 124 56
Binary 11010111 10000110 10011 0 100110 1011011 10000 100011 1010100 101110

Color Harmonies of #D78613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78613

Black with #D78613

Text Example


Text Example

White with #D78613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78613; }

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

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

background-color css

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

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

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

border-color css

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

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

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