Html Css Color HEX #D9831D Ochre

📋 copy color: '#D9831D'

red 217 ◦ green 131 ◦ blue 29

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

Shades of Ochre #D9831D

Tints of Ochre #D9831D

RGB

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

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

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

R = 57.56%
G = 34.75%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9831D (or 0xD9831D) is known color: Ochre. HEX triplet: D9, 83 and 1D. RGB value is (217,131,29). Sum of RGB (Red+Green+Blue) = 217+131+29=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9831D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9831D is #267CE2. Grayscale: #919191. Windows color (decimal): -2522339 or 1934297. OLE color: 1934297.

HSL color Cylindrical-coordinate representation of color #D9831D: hue angle of 32.55º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9831D is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 131 29 -
CMYK 0 0.40 0.87 0.15
HSL 32.55º 0.76% 0.48% -
HSV(B) 32.55º 0.87% 0.85% -
XYZ 36.95 31.07 5.21 -
YUV 145.09 62.49 179.29 -
System Red Green Blue C M Y K H S L
Decimal 217 131 29 0 0.40 0.87 0.15 32.55 0.76 0.48
Hex D9 83 1D 0 28 57 F 21 4C 30
Octal 331 203 35 0 50 127 17 41 114 60
Binary 11011001 10000011 11101 0 101000 1010111 1111 100001 1001100 110000

Color Harmonies of #D9831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9831D

Black with #D9831D

Text Example


Text Example

White with #D9831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9831D; }

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

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

background-color css

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

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

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

border-color css

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

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

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