Html Css Color HEX #D1781A Ochre

📋 copy color: '#D1781A'

red 209 ◦ green 120 ◦ blue 26

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

Shades of Ochre #D1781A

Tints of Ochre #D1781A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.8%

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

R = 58.87%
G = 33.8%
B = 7.32%

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

#D1781A (or 0xD1781A) is known color: Ochre. HEX triplet: D1, 78 and 1A. RGB value is (209,120,26). Sum of RGB (Red+Green+Blue) = 209+120+26=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D1781A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1781A is #2E87E5. Grayscale: #888888. Windows color (decimal): -3049446 or 1734865. OLE color: 1734865.

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

Color convert

RGB 209 120 26 -
CMYK 0 0.43 0.88 0.18
HSL 30.82º 0.78% 0.46% -
HSV(B) 30.82º 0.88% 0.82% -
XYZ 33.2 27.06 4.45 -
YUV 135.9 65.99 180.14 -
System Red Green Blue C M Y K H S L
Decimal 209 120 26 0 0.43 0.88 0.18 30.82 0.78 0.46
Hex D1 78 1A 0 2B 58 12 1F 4E 2E
Octal 321 170 32 0 53 130 22 37 116 56
Binary 11010001 1111000 11010 0 101011 1011000 10010 11111 1001110 101110

Color Harmonies of #D1781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1781A

Black with #D1781A

Text Example


Text Example

White with #D1781A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1781A; }

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

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

background-color css

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

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

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

border-color css

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

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

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