Html Css Color HEX #D9811B Ochre

📋 copy color: '#D9811B'

red 217 ◦ green 129 ◦ blue 27

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

Shades of Ochre #D9811B

Tints of Ochre #D9811B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.58%

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

R = 58.18%
G = 34.58%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9811B (or 0xD9811B) is known color: Ochre. HEX triplet: D9, 81 and 1B. RGB value is (217,129,27). Sum of RGB (Red+Green+Blue) = 217+129+27=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D9811B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9811B is #267EE4. Grayscale: #909090. Windows color (decimal): -2522853 or 1802713. OLE color: 1802713.

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

Color convert

RGB 217 129 27 -
CMYK 0 0.41 0.88 0.15
HSL 32.21º 0.78% 0.48% -
HSV(B) 32.21º 0.88% 0.85% -
XYZ 36.66 30.53 5 -
YUV 143.68 62.15 180.29 -
System Red Green Blue C M Y K H S L
Decimal 217 129 27 0 0.41 0.88 0.15 32.21 0.78 0.48
Hex D9 81 1B 0 29 58 F 20 4E 30
Octal 331 201 33 0 51 130 17 40 116 60
Binary 11011001 10000001 11011 0 101001 1011000 1111 100000 1001110 110000

Color Harmonies of #D9811B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9811B

Black with #D9811B

Text Example


Text Example

White with #D9811B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9811B; }

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

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

background-color css

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

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

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

border-color css

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

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

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