Html Css Color HEX #D1781E Ochre

📋 copy color: '#D1781E'

red 209 ◦ green 120 ◦ blue 30

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

Shades of Ochre #D1781E

Tints of Ochre #D1781E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.36%

R = 58.22%
G = 33.43%
B = 8.36%

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

#D1781E (or 0xD1781E) is known color: Ochre. HEX triplet: D1, 78 and 1E. RGB value is (209,120,30). Sum of RGB (Red+Green+Blue) = 209+120+30=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D1781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1781E is #2E87E1. Grayscale: #888888. Windows color (decimal): -3049442 or 1997009. OLE color: 1997009.

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

Color convert

RGB 209 120 30 -
CMYK 0 0.43 0.86 0.18
HSL 30.17º 0.75% 0.47% -
HSV(B) 30.17º 0.86% 0.82% -
XYZ 33.25 27.08 4.7 -
YUV 136.35 67.99 179.82 -
System Red Green Blue C M Y K H S L
Decimal 209 120 30 0 0.43 0.86 0.18 30.17 0.75 0.47
Hex D1 78 1E 0 2B 56 12 1E 4B 2F
Octal 321 170 36 0 53 126 22 36 113 57
Binary 11010001 1111000 11110 0 101011 1010110 10010 11110 1001011 101111

Color Harmonies of #D1781E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1781E

Black with #D1781E

Text Example


Text Example

White with #D1781E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1781E; }

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

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

background-color css

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

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

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

border-color css

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

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

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