Html Css Color HEX #D1731A Ochre

📋 copy color: '#D1731A'

red 209 ◦ green 115 ◦ blue 26

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

Shades of Ochre #D1731A

Tints of Ochre #D1731A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.86%

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

R = 59.71%
G = 32.86%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1731A (or 0xD1731A) is known color: Ochre. HEX triplet: D1, 73 and 1A. RGB value is (209,115,26). Sum of RGB (Red+Green+Blue) = 209+115+26=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D1731A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1731A is #2E8CE5. Grayscale: #858585. Windows color (decimal): -3050726 or 1733585. OLE color: 1733585.

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

Color convert

RGB 209 115 26 -
CMYK 0 0.45 0.88 0.18
HSL 29.18º 0.78% 0.46% -
HSV(B) 29.18º 0.88% 0.82% -
XYZ 32.61 25.89 4.26 -
YUV 132.96 67.64 182.24 -
System Red Green Blue C M Y K H S L
Decimal 209 115 26 0 0.45 0.88 0.18 29.18 0.78 0.46
Hex D1 73 1A 0 2D 58 12 1D 4E 2E
Octal 321 163 32 0 55 130 22 35 116 56
Binary 11010001 1110011 11010 0 101101 1011000 10010 11101 1001110 101110

Color Harmonies of #D1731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1731A

Black with #D1731A

Text Example


Text Example

White with #D1731A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1731A; }

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

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

background-color css

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

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

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

border-color css

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

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

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