Html Css Color HEX #D1771D Ochre

📋 copy color: '#D1771D'

red 209 ◦ green 119 ◦ blue 29

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

Shades of Ochre #D1771D

Tints of Ochre #D1771D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.12%

R = 58.54%
G = 33.33%
B = 8.12%

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

#D1771D (or 0xD1771D) is known color: Ochre. HEX triplet: D1, 77 and 1D. RGB value is (209,119,29). Sum of RGB (Red+Green+Blue) = 209+119+29=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D1771D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1771D is #2E88E2. Grayscale: #888888. Windows color (decimal): -3049699 or 1931217. OLE color: 1931217.

HSL color Cylindrical-coordinate representation of color #D1771D: hue angle of 30º degrees, saturation: 0.76, 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 #D1771D is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 119 29 -
CMYK 0 0.43 0.86 0.18
HSL 30º 0.76% 0.47% -
HSV(B) 30º 0.86% 0.82% -
XYZ 33.11 26.84 4.6 -
YUV 135.65 67.82 180.32 -
System Red Green Blue C M Y K H S L
Decimal 209 119 29 0 0.43 0.86 0.18 30 0.76 0.47
Hex D1 77 1D 0 2B 56 12 1E 4C 2F
Octal 321 167 35 0 53 126 22 36 114 57
Binary 11010001 1110111 11101 0 101011 1010110 10010 11110 1001100 101111

Color Harmonies of #D1771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1771D

Black with #D1771D

Text Example


Text Example

White with #D1771D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1771D; }

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

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

background-color css

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

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

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

border-color css

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

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

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