Html Css Color HEX #D8821B Ochre

📋 copy color: '#D8821B'

red 216 ◦ green 130 ◦ blue 27

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

Shades of Ochre #D8821B

Tints of Ochre #D8821B

RGB

 RED value IS 216 (84.77% from 255) = 57.91%

 GREEN value IS 130 (51.17% from 255) = 34.85%

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

R = 57.91%
G = 34.85%
B = 7.24%

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

#D8821B (or 0xD8821B) is known color: Ochre. HEX triplet: D8, 82 and 1B. RGB value is (216,130,27). Sum of RGB (Red+Green+Blue) = 216+130+27=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D8821B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8821B is #277DE4. Grayscale: #909090. Windows color (decimal): -2588133 or 1802968. OLE color: 1802968.

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

Color convert

RGB 216 130 27 -
CMYK 0 0.40 0.88 0.15
HSL 32.7º 0.78% 0.48% -
HSV(B) 32.7º 0.88% 0.85% -
XYZ 36.5 30.64 5.03 -
YUV 143.97 61.99 179.38 -
System Red Green Blue C M Y K H S L
Decimal 216 130 27 0 0.40 0.88 0.15 32.7 0.78 0.48
Hex D8 82 1B 0 28 58 F 21 4E 30
Octal 330 202 33 0 50 130 17 41 116 60
Binary 11011000 10000010 11011 0 101000 1011000 1111 100001 1001110 110000

Color Harmonies of #D8821B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8821B

Black with #D8821B

Text Example


Text Example

White with #D8821B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8821B; }

 p { color: rgb(216,130,27); }

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

background-color css

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

 a { background-color: rgb(216,130,27); }

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

border-color css

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

 span { border-color: rgb(216,130,27); }

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