Html Css Color HEX #D1841D Ochre

📋 copy color: '#D1841D'

red 209 ◦ green 132 ◦ blue 29

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

Shades of Ochre #D1841D

Tints of Ochre #D1841D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.68%

 BLUE value IS 29 (11.72% from 255) = 7.84%

R = 56.49%
G = 35.68%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1841D (or 0xD1841D) is known color: Ochre. HEX triplet: D1, 84 and 1D. RGB value is (209,132,29). Sum of RGB (Red+Green+Blue) = 209+132+29=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D1841D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1841D is #2E7BE2. Grayscale: #8F8F8F. Windows color (decimal): -3046371 or 1934545. OLE color: 1934545.

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

Color convert

RGB 209 132 29 -
CMYK 0 0.37 0.86 0.18
HSL 34.33º 0.76% 0.47% -
HSV(B) 34.33º 0.86% 0.82% -
XYZ 34.77 30.15 5.15 -
YUV 143.28 63.51 174.88 -
System Red Green Blue C M Y K H S L
Decimal 209 132 29 0 0.37 0.86 0.18 34.33 0.76 0.47
Hex D1 84 1D 0 25 56 12 22 4C 2F
Octal 321 204 35 0 45 126 22 42 114 57
Binary 11010001 10000100 11101 0 100101 1010110 10010 100010 1001100 101111

Color Harmonies of #D1841D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1841D

Black with #D1841D

Text Example


Text Example

White with #D1841D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1841D; }

 p { color: rgb(209,132,29); }

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

background-color css

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

 a { background-color: rgb(209,132,29); }

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

border-color css

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

 span { border-color: rgb(209,132,29); }

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