Html Css Color HEX #D1782B Ochre

📋 copy color: '#D1782B'

red 209 ◦ green 120 ◦ blue 43

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

Shades of Ochre #D1782B

Tints of Ochre #D1782B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.56%

R = 56.18%
G = 32.26%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1782B (or 0xD1782B) is known color: Ochre. HEX triplet: D1, 78 and 2B. RGB value is (209,120,43). Sum of RGB (Red+Green+Blue) = 209+120+43=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 43 (17.19% from 255 or 11.56% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D1782B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1782B is #2E87D4. Grayscale: #8A8A8A. Windows color (decimal): -3049429 or 2848977. OLE color: 2848977.

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

Color convert

RGB 209 120 43 -
CMYK 0 0.43 0.79 0.18
HSL 27.83º 0.66% 0.49% -
HSV(B) 27.83º 0.79% 0.82% -
XYZ 33.45 27.16 5.77 -
YUV 137.83 74.49 178.76 -
System Red Green Blue C M Y K H S L
Decimal 209 120 43 0 0.43 0.79 0.18 27.83 0.66 0.49
Hex D1 78 2B 0 2B 4F 12 1C 42 31
Octal 321 170 53 0 53 117 22 34 102 61
Binary 11010001 1111000 101011 0 101011 1001111 10010 11100 1000010 110001

Color Harmonies of #D1782B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1782B

Black with #D1782B

Text Example


Text Example

White with #D1782B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1782B; }

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

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

background-color css

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

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

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

border-color css

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

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

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