Html Css Color HEX #D9831A Ochre

📋 copy color: '#D9831A'

red 217 ◦ green 131 ◦ blue 26

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

Shades of Ochre #D9831A

Tints of Ochre #D9831A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.95%

R = 58.02%
G = 35.03%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9831A (or 0xD9831A) is known color: Ochre. HEX triplet: D9, 83 and 1A. RGB value is (217,131,26). Sum of RGB (Red+Green+Blue) = 217+131+26=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D9831A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9831A is #267CE5. Grayscale: #919191. Windows color (decimal): -2522342 or 1737689. OLE color: 1737689.

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

Color convert

RGB 217 131 26 -
CMYK 0 0.40 0.88 0.15
HSL 32.98º 0.79% 0.48% -
HSV(B) 32.98º 0.88% 0.85% -
XYZ 36.92 31.06 5.03 -
YUV 144.74 60.99 179.54 -
System Red Green Blue C M Y K H S L
Decimal 217 131 26 0 0.40 0.88 0.15 32.98 0.79 0.48
Hex D9 83 1A 0 28 58 F 21 4F 30
Octal 331 203 32 0 50 130 17 41 117 60
Binary 11011001 10000011 11010 0 101000 1011000 1111 100001 1001111 110000

Color Harmonies of #D9831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9831A

Black with #D9831A

Text Example


Text Example

White with #D9831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9831A; }

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

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

background-color css

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

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

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

border-color css

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

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

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