Html Css Color HEX #D77815 Ochre

📋 copy color: '#D77815'

red 215 ◦ green 120 ◦ blue 21

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

Shades of Ochre #D77815

Tints of Ochre #D77815

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.71%

 BLUE value IS 21 (8.59% from 255) = 5.9%

R = 60.39%
G = 33.71%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D77815 (or 0xD77815) is known color: Ochre. HEX triplet: D7, 78 and 15. RGB value is (215,120,21). Sum of RGB (Red+Green+Blue) = 215+120+21=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D77815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77815 is #2887EA. Grayscale: #898989. Windows color (decimal): -2656235 or 1407191. OLE color: 1407191.

HSL color Cylindrical-coordinate representation of color #D77815: hue angle of 30.62º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D77815 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 120 21 -
CMYK 0 0.44 0.90 0.16
HSL 30.62º 0.82% 0.46% -
HSV(B) 30.62º 0.9% 0.84% -
XYZ 34.88 27.93 4.26 -
YUV 137.12 62.47 183.55 -
System Red Green Blue C M Y K H S L
Decimal 215 120 21 0 0.44 0.90 0.16 30.62 0.82 0.46
Hex D7 78 15 0 2C 5A 10 1F 52 2E
Octal 327 170 25 0 54 132 20 37 122 56
Binary 11010111 1111000 10101 0 101100 1011010 10000 11111 1010010 101110

Color Harmonies of #D77815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77815

Black with #D77815

Text Example


Text Example

White with #D77815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77815; }

 p { color: rgb(215,120,21); }

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

background-color css

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

 a { background-color: rgb(215,120,21); }

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

border-color css

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

 span { border-color: rgb(215,120,21); }

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