Html Css Color HEX #D9821C Ochre

📋 copy color: '#D9821C'

red 217 ◦ green 130 ◦ blue 28

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

Shades of Ochre #D9821C

Tints of Ochre #D9821C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.47%

R = 57.87%
G = 34.67%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9821C (or 0xD9821C) is known color: Ochre. HEX triplet: D9, 82 and 1C. RGB value is (217,130,28). Sum of RGB (Red+Green+Blue) = 217+130+28=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 28 (11.33% from 255 or 7.47% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D9821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9821C is #267DE3. Grayscale: #909090. Windows color (decimal): -2522596 or 1868505. OLE color: 1868505.

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

Color convert

RGB 217 130 28 -
CMYK 0 0.40 0.87 0.15
HSL 32.38º 0.77% 0.48% -
HSV(B) 32.38º 0.87% 0.85% -
XYZ 36.81 30.8 5.1 -
YUV 144.39 62.32 179.79 -
System Red Green Blue C M Y K H S L
Decimal 217 130 28 0 0.40 0.87 0.15 32.38 0.77 0.48
Hex D9 82 1C 0 28 57 F 20 4D 30
Octal 331 202 34 0 50 127 17 40 115 60
Binary 11011001 10000010 11100 0 101000 1010111 1111 100000 1001101 110000

Color Harmonies of #D9821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9821C

Black with #D9821C

Text Example


Text Example

White with #D9821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9821C; }

 p { color: rgb(217,130,28); }

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

background-color css

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

 a { background-color: rgb(217,130,28); }

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

border-color css

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

 span { border-color: rgb(217,130,28); }

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