Html Css Color HEX #D9841F Ochre

📋 copy color: '#D9841F'

red 217 ◦ green 132 ◦ blue 31

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

Shades of Ochre #D9841F

Tints of Ochre #D9841F

RGB

 RED value IS 217 (85.16% from 255) = 57.11%

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

 BLUE value IS 31 (12.5% from 255) = 8.16%

R = 57.11%
G = 34.74%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9841F (or 0xD9841F) is known color: Ochre. HEX triplet: D9, 84 and 1F. RGB value is (217,132,31). Sum of RGB (Red+Green+Blue) = 217+132+31=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D9841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9841F is #267BE0. Grayscale: #929292. Windows color (decimal): -2522081 or 2065625. OLE color: 2065625.

HSL color Cylindrical-coordinate representation of color #D9841F: hue angle of 32.58º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9841F is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 132 31 -
CMYK 0 0.39 0.86 0.15
HSL 32.58º 0.75% 0.49% -
HSV(B) 32.58º 0.86% 0.85% -
XYZ 37.11 31.35 5.39 -
YUV 145.9 63.16 178.71 -
System Red Green Blue C M Y K H S L
Decimal 217 132 31 0 0.39 0.86 0.15 32.58 0.75 0.49
Hex D9 84 1F 0 27 56 F 21 4B 31
Octal 331 204 37 0 47 126 17 41 113 61
Binary 11011001 10000100 11111 0 100111 1010110 1111 100001 1001011 110001

Color Harmonies of #D9841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9841F

Black with #D9841F

Text Example


Text Example

White with #D9841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9841F; }

 p { color: rgb(217,132,31); }

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

background-color css

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

 a { background-color: rgb(217,132,31); }

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

border-color css

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

 span { border-color: rgb(217,132,31); }

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