Html Css Color HEX #D1791A Ochre

📋 copy color: '#D1791A'

red 209 ◦ green 121 ◦ blue 26

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

Shades of Ochre #D1791A

Tints of Ochre #D1791A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.99%

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

R = 58.71%
G = 33.99%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1791A (or 0xD1791A) is known color: Ochre. HEX triplet: D1, 79 and 1A. RGB value is (209,121,26). Sum of RGB (Red+Green+Blue) = 209+121+26=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D1791A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1791A is #2E86E5. Grayscale: #888888. Windows color (decimal): -3049190 or 1735121. OLE color: 1735121.

HSL color Cylindrical-coordinate representation of color #D1791A: hue angle of 31.15º 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 #D1791A is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 121 26 -
CMYK 0 0.42 0.88 0.18
HSL 31.15º 0.78% 0.46% -
HSV(B) 31.15º 0.88% 0.82% -
XYZ 33.32 27.3 4.49 -
YUV 136.48 65.65 179.72 -
System Red Green Blue C M Y K H S L
Decimal 209 121 26 0 0.42 0.88 0.18 31.15 0.78 0.46
Hex D1 79 1A 0 2A 58 12 1F 4E 2E
Octal 321 171 32 0 52 130 22 37 116 56
Binary 11010001 1111001 11010 0 101010 1011000 10010 11111 1001110 101110

Color Harmonies of #D1791A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1791A

Black with #D1791A

Text Example


Text Example

White with #D1791A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1791A; }

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

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

background-color css

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

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

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

border-color css

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

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

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