Html Css Color HEX #D1771E Ochre

📋 copy color: '#D1771E'

red 209 ◦ green 119 ◦ blue 30

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

Shades of Ochre #D1771E

Tints of Ochre #D1771E

RGB

 RED value IS 209 (82.03% from 255) = 58.38%

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

 BLUE value IS 30 (12.11% from 255) = 8.38%

R = 58.38%
G = 33.24%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1771E (or 0xD1771E) is known color: Ochre. HEX triplet: D1, 77 and 1E. RGB value is (209,119,30). Sum of RGB (Red+Green+Blue) = 209+119+30=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D1771E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1771E is #2E88E1. Grayscale: #888888. Windows color (decimal): -3049698 or 1996753. OLE color: 1996753.

HSL color Cylindrical-coordinate representation of color #D1771E: hue angle of 29.83º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1771E is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 119 30 -
CMYK 0 0.43 0.86 0.18
HSL 29.83º 0.75% 0.47% -
HSV(B) 29.83º 0.86% 0.82% -
XYZ 33.13 26.84 4.66 -
YUV 135.76 68.32 180.24 -
System Red Green Blue C M Y K H S L
Decimal 209 119 30 0 0.43 0.86 0.18 29.83 0.75 0.47
Hex D1 77 1E 0 2B 56 12 1E 4B 2F
Octal 321 167 36 0 53 126 22 36 113 57
Binary 11010001 1110111 11110 0 101011 1010110 10010 11110 1001011 101111

Color Harmonies of #D1771E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1771E

Black with #D1771E

Text Example


Text Example

White with #D1771E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1771E; }

 p { color: rgb(209,119,30); }

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

background-color css

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

 a { background-color: rgb(209,119,30); }

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

border-color css

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

 span { border-color: rgb(209,119,30); }

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