Html Css Color HEX #D1771B Ochre

📋 copy color: '#D1771B'

red 209 ◦ green 119 ◦ blue 27

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

Shades of Ochre #D1771B

Tints of Ochre #D1771B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.61%

R = 58.87%
G = 33.52%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1771B (or 0xD1771B) is known color: Ochre. HEX triplet: D1, 77 and 1B. RGB value is (209,119,27). Sum of RGB (Red+Green+Blue) = 209+119+27=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D1771B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1771B is #2E88E4. Grayscale: #878787. Windows color (decimal): -3049701 or 1800145. OLE color: 1800145.

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

Color convert

RGB 209 119 27 -
CMYK 0 0.43 0.87 0.18
HSL 30.33º 0.77% 0.46% -
HSV(B) 30.33º 0.87% 0.82% -
XYZ 33.09 26.83 4.47 -
YUV 135.42 66.82 180.48 -
System Red Green Blue C M Y K H S L
Decimal 209 119 27 0 0.43 0.87 0.18 30.33 0.77 0.46
Hex D1 77 1B 0 2B 57 12 1E 4D 2E
Octal 321 167 33 0 53 127 22 36 115 56
Binary 11010001 1110111 11011 0 101011 1010111 10010 11110 1001101 101110

Color Harmonies of #D1771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1771B

Black with #D1771B

Text Example


Text Example

White with #D1771B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1771B; }

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

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

background-color css

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

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

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

border-color css

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

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

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