Html Css Color HEX #D77E11 Ochre

📋 copy color: '#D77E11'

red 215 ◦ green 126 ◦ blue 17

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

Shades of Ochre #D77E11

Tints of Ochre #D77E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.75%

R = 60.06%
G = 35.2%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D77E11 (or 0xD77E11) is known color: Ochre. HEX triplet: D7, 7E and 11. RGB value is (215,126,17). Sum of RGB (Red+Green+Blue) = 215+126+17=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 17 (7.03% from 255 or 4.75% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77E11 is #2881EE. Grayscale: #8C8C8C. Windows color (decimal): -2654703 or 1146583. OLE color: 1146583.

HSL color Cylindrical-coordinate representation of color #D77E11: hue angle of 33.03º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D77E11 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 126 17 -
CMYK 0 0.41 0.92 0.16
HSL 33.03º 0.85% 0.45% -
HSV(B) 33.03º 0.92% 0.84% -
XYZ 35.59 29.41 4.33 -
YUV 140.19 58.49 181.36 -
System Red Green Blue C M Y K H S L
Decimal 215 126 17 0 0.41 0.92 0.16 33.03 0.85 0.45
Hex D7 7E 11 0 29 5C 10 21 55 2D
Octal 327 176 21 0 51 134 20 41 125 55
Binary 11010111 1111110 10001 0 101001 1011100 10000 100001 1010101 101101

Color Harmonies of #D77E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77E11

Black with #D77E11

Text Example


Text Example

White with #D77E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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