Html Css Color HEX #D8821A Ochre

📋 copy color: '#D8821A'

red 216 ◦ green 130 ◦ blue 26

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

Shades of Ochre #D8821A

Tints of Ochre #D8821A

RGB

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

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

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

R = 58.06%
G = 34.95%
B = 6.99%

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

#D8821A (or 0xD8821A) is known color: Ochre. HEX triplet: D8, 82 and 1A. RGB value is (216,130,26). Sum of RGB (Red+Green+Blue) = 216+130+26=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 26 (10.55% from 255 or 6.99% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D8821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8821A is #277DE5. Grayscale: #909090. Windows color (decimal): -2588134 or 1737432. OLE color: 1737432.

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

Color convert

RGB 216 130 26 -
CMYK 0 0.40 0.88 0.15
HSL 32.84º 0.79% 0.47% -
HSV(B) 32.84º 0.88% 0.85% -
XYZ 36.49 30.64 4.97 -
YUV 143.86 61.49 179.46 -
System Red Green Blue C M Y K H S L
Decimal 216 130 26 0 0.40 0.88 0.15 32.84 0.79 0.47
Hex D8 82 1A 0 28 58 F 21 4F 2F
Octal 330 202 32 0 50 130 17 41 117 57
Binary 11011000 10000010 11010 0 101000 1011000 1111 100001 1001111 101111

Color Harmonies of #D8821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8821A

Black with #D8821A

Text Example


Text Example

White with #D8821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8821A; }

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

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

background-color css

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

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

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

border-color css

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

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

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