Html Css Color HEX #D77711 Ochre

📋 copy color: '#D77711'

red 215 ◦ green 119 ◦ blue 17

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

Shades of Ochre #D77711

Tints of Ochre #D77711

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.9%

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

R = 61.25%
G = 33.9%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D77711 (or 0xD77711) is known color: Ochre. HEX triplet: D7, 77 and 11. RGB value is (215,119,17). Sum of RGB (Red+Green+Blue) = 215+119+17=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D77711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77711 is #2888EE. Grayscale: #888888. Windows color (decimal): -2656495 or 1144791. OLE color: 1144791.

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

Color convert

RGB 215 119 17 -
CMYK 0 0.45 0.92 0.16
HSL 30.91º 0.85% 0.45% -
HSV(B) 30.91º 0.92% 0.84% -
XYZ 34.72 27.68 4.04 -
YUV 136.08 60.8 184.29 -
System Red Green Blue C M Y K H S L
Decimal 215 119 17 0 0.45 0.92 0.16 30.91 0.85 0.45
Hex D7 77 11 0 2D 5C 10 1F 55 2D
Octal 327 167 21 0 55 134 20 37 125 55
Binary 11010111 1110111 10001 0 101101 1011100 10000 11111 1010101 101101

Color Harmonies of #D77711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77711

Black with #D77711

Text Example


Text Example

White with #D77711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77711; }

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

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

background-color css

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

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

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

border-color css

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

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

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