Html Css Color HEX #D77816 Ochre

📋 copy color: '#D77816'

red 215 ◦ green 120 ◦ blue 22

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

Shades of Ochre #D77816

Tints of Ochre #D77816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.16%

R = 60.22%
G = 33.61%
B = 6.16%

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

#D77816 (or 0xD77816) is known color: Ochre. HEX triplet: D7, 78 and 16. RGB value is (215,120,22). Sum of RGB (Red+Green+Blue) = 215+120+22=357 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.22% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 215 - color contains mainly: red. Hex color #D77816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77816 is #2887E9. Grayscale: #898989. Windows color (decimal): -2656234 or 1472727. OLE color: 1472727.

HSL color Cylindrical-coordinate representation of color #D77816: hue angle of 30.47º degrees, saturation: 0.81, 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 #D77816 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 120 22 -
CMYK 0 0.44 0.90 0.16
HSL 30.47º 0.81% 0.46% -
HSV(B) 30.47º 0.9% 0.84% -
XYZ 34.89 27.94 4.31 -
YUV 137.23 62.97 183.47 -
System Red Green Blue C M Y K H S L
Decimal 215 120 22 0 0.44 0.90 0.16 30.47 0.81 0.46
Hex D7 78 16 0 2C 5A 10 1E 51 2E
Octal 327 170 26 0 54 132 20 36 121 56
Binary 11010111 1111000 10110 0 101100 1011010 10000 11110 1010001 101110

Color Harmonies of #D77816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77816

Black with #D77816

Text Example


Text Example

White with #D77816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77816; }

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

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

background-color css

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

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

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

border-color css

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

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

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