Html Css Color HEX #D77D11 Ochre

📋 copy color: '#D77D11'

red 215 ◦ green 125 ◦ blue 17

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

Shades of Ochre #D77D11

Tints of Ochre #D77D11

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.01%

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

R = 60.22%
G = 35.01%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D77D11 (or 0xD77D11) is known color: Ochre. HEX triplet: D7, 7D and 11. RGB value is (215,125,17). Sum of RGB (Red+Green+Blue) = 215+125+17=357 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.22% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77D11 is #2882EE. Grayscale: #8C8C8C. Windows color (decimal): -2654959 or 1146327. OLE color: 1146327.

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

Color convert

RGB 215 125 17 -
CMYK 0 0.42 0.92 0.16
HSL 32.73º 0.85% 0.45% -
HSV(B) 32.73º 0.92% 0.84% -
XYZ 35.46 29.15 4.29 -
YUV 139.6 58.82 181.78 -
System Red Green Blue C M Y K H S L
Decimal 215 125 17 0 0.42 0.92 0.16 32.73 0.85 0.45
Hex D7 7D 11 0 2A 5C 10 21 55 2D
Octal 327 175 21 0 52 134 20 41 125 55
Binary 11010111 1111101 10001 0 101010 1011100 10000 100001 1010101 101101

Color Harmonies of #D77D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77D11

Black with #D77D11

Text Example


Text Example

White with #D77D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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