Html Css Color HEX #D9831F Ochre

📋 copy color: '#D9831F'

red 217 ◦ green 131 ◦ blue 31

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

Shades of Ochre #D9831F

Tints of Ochre #D9831F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.56%

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

R = 57.26%
G = 34.56%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9831F (or 0xD9831F) is known color: Ochre. HEX triplet: D9, 83 and 1F. RGB value is (217,131,31). Sum of RGB (Red+Green+Blue) = 217+131+31=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D9831F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9831F is #267CE0. Grayscale: #919191. Windows color (decimal): -2522337 or 2065369. OLE color: 2065369.

HSL color Cylindrical-coordinate representation of color #D9831F: hue angle of 32.26º 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 #D9831F is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 131 31 -
CMYK 0 0.40 0.86 0.15
HSL 32.26º 0.75% 0.49% -
HSV(B) 32.26º 0.86% 0.85% -
XYZ 36.98 31.08 5.35 -
YUV 145.31 63.49 179.13 -
System Red Green Blue C M Y K H S L
Decimal 217 131 31 0 0.40 0.86 0.15 32.26 0.75 0.49
Hex D9 83 1F 0 28 56 F 20 4B 31
Octal 331 203 37 0 50 126 17 40 113 61
Binary 11011001 10000011 11111 0 101000 1010110 1111 100000 1001011 110001

Color Harmonies of #D9831F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9831F

Black with #D9831F

Text Example


Text Example

White with #D9831F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9831F; }

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

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

background-color css

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

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

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

border-color css

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

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

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