Html Css Color HEX #D1771A Ochre

📋 copy color: '#D1771A'

red 209 ◦ green 119 ◦ blue 26

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

Shades of Ochre #D1771A

Tints of Ochre #D1771A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.34%

R = 59.04%
G = 33.62%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1771A (or 0xD1771A) is known color: Ochre. HEX triplet: D1, 77 and 1A. RGB value is (209,119,26). Sum of RGB (Red+Green+Blue) = 209+119+26=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D1771A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1771A is #2E88E5. Grayscale: #878787. Windows color (decimal): -3049702 or 1734609. OLE color: 1734609.

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

Color convert

RGB 209 119 26 -
CMYK 0 0.43 0.88 0.18
HSL 30.49º 0.78% 0.46% -
HSV(B) 30.49º 0.88% 0.82% -
XYZ 33.08 26.82 4.41 -
YUV 135.31 66.32 180.56 -
System Red Green Blue C M Y K H S L
Decimal 209 119 26 0 0.43 0.88 0.18 30.49 0.78 0.46
Hex D1 77 1A 0 2B 58 12 1E 4E 2E
Octal 321 167 32 0 53 130 22 36 116 56
Binary 11010001 1110111 11010 0 101011 1011000 10010 11110 1001110 101110

Color Harmonies of #D1771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1771A

Black with #D1771A

Text Example


Text Example

White with #D1771A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1771A; }

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

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

background-color css

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

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

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

border-color css

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

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

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