Html Css Color HEX #D77917 Ochre

📋 copy color: '#D77917'

red 215 ◦ green 121 ◦ blue 23

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

Shades of Ochre #D77917

Tints of Ochre #D77917

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.7%

 BLUE value IS 23 (9.38% from 255) = 6.41%

R = 59.89%
G = 33.7%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D77917 (or 0xD77917) is known color: Ochre. HEX triplet: D7, 79 and 17. RGB value is (215,121,23). Sum of RGB (Red+Green+Blue) = 215+121+23=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 23 (9.38% from 255 or 6.41% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D77917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77917 is #2886E8. Grayscale: #8A8A8A. Windows color (decimal): -2655977 or 1538519. OLE color: 1538519.

HSL color Cylindrical-coordinate representation of color #D77917: hue angle of 30.63º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D77917 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 121 23 -
CMYK 0 0.44 0.89 0.16
HSL 30.63º 0.81% 0.47% -
HSV(B) 30.63º 0.89% 0.84% -
XYZ 35.02 28.18 4.41 -
YUV 137.93 63.14 182.97 -
System Red Green Blue C M Y K H S L
Decimal 215 121 23 0 0.44 0.89 0.16 30.63 0.81 0.47
Hex D7 79 17 0 2C 59 10 1F 51 2F
Octal 327 171 27 0 54 131 20 37 121 57
Binary 11010111 1111001 10111 0 101100 1011001 10000 11111 1010001 101111

Color Harmonies of #D77917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77917

Black with #D77917

Text Example


Text Example

White with #D77917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77917; }

 p { color: rgb(215,121,23); }

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

background-color css

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

 a { background-color: rgb(215,121,23); }

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

border-color css

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

 span { border-color: rgb(215,121,23); }

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