Html Css Color HEX #D77E17 Ochre

📋 copy color: '#D77E17'

red 215 ◦ green 126 ◦ blue 23

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

Shades of Ochre #D77E17

Tints of Ochre #D77E17

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.62%

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

R = 59.07%
G = 34.62%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D77E17 (or 0xD77E17) is known color: Ochre. HEX triplet: D7, 7E and 17. RGB value is (215,126,23). Sum of RGB (Red+Green+Blue) = 215+126+23=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 23 (9.38% from 255 or 6.32% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77E17 is #2881E8. Grayscale: #8D8D8D. Windows color (decimal): -2654697 or 1539799. OLE color: 1539799.

HSL color Cylindrical-coordinate representation of color #D77E17: hue angle of 32.19º 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 #D77E17 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 126 23 -
CMYK 0 0.41 0.89 0.16
HSL 32.19º 0.81% 0.47% -
HSV(B) 32.19º 0.89% 0.84% -
XYZ 35.64 29.43 4.61 -
YUV 140.87 61.49 180.88 -
System Red Green Blue C M Y K H S L
Decimal 215 126 23 0 0.41 0.89 0.16 32.19 0.81 0.47
Hex D7 7E 17 0 29 59 10 20 51 2F
Octal 327 176 27 0 51 131 20 40 121 57
Binary 11010111 1111110 10111 0 101001 1011001 10000 100000 1010001 101111

Color Harmonies of #D77E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77E17

Black with #D77E17

Text Example


Text Example

White with #D77E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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