Html Css Color HEX #D9841B Ochre

📋 copy color: '#D9841B'

red 217 ◦ green 132 ◦ blue 27

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

Shades of Ochre #D9841B

Tints of Ochre #D9841B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.18%

R = 57.71%
G = 35.11%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9841B (or 0xD9841B) is known color: Ochre. HEX triplet: D9, 84 and 1B. RGB value is (217,132,27). Sum of RGB (Red+Green+Blue) = 217+132+27=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D9841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9841B is #267BE4. Grayscale: #919191. Windows color (decimal): -2522085 or 1803481. OLE color: 1803481.

HSL color Cylindrical-coordinate representation of color #D9841B: hue angle of 33.16º degrees, saturation: 0.78, 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 #D9841B is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 132 27 -
CMYK 0 0.39 0.88 0.15
HSL 33.16º 0.78% 0.48% -
HSV(B) 33.16º 0.88% 0.85% -
XYZ 37.06 31.33 5.13 -
YUV 145.45 61.16 179.04 -
System Red Green Blue C M Y K H S L
Decimal 217 132 27 0 0.39 0.88 0.15 33.16 0.78 0.48
Hex D9 84 1B 0 27 58 F 21 4E 30
Octal 331 204 33 0 47 130 17 41 116 60
Binary 11011001 10000100 11011 0 100111 1011000 1111 100001 1001110 110000

Color Harmonies of #D9841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9841B

Black with #D9841B

Text Example


Text Example

White with #D9841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9841B; }

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

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

background-color css

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

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

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

border-color css

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

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

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