Html Css Color HEX #D9821E Ochre

📋 copy color: '#D9821E'

red 217 ◦ green 130 ◦ blue 30

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

Shades of Ochre #D9821E

Tints of Ochre #D9821E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.96%

R = 57.56%
G = 34.48%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9821E (or 0xD9821E) is known color: Ochre. HEX triplet: D9, 82 and 1E. RGB value is (217,130,30). Sum of RGB (Red+Green+Blue) = 217+130+30=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9821E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9821E is #267DE1. Grayscale: #919191. Windows color (decimal): -2522594 or 1999577. OLE color: 1999577.

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

Color convert

RGB 217 130 30 -
CMYK 0 0.40 0.86 0.15
HSL 32.09º 0.76% 0.48% -
HSV(B) 32.09º 0.86% 0.85% -
XYZ 36.83 30.81 5.23 -
YUV 144.61 63.32 179.63 -
System Red Green Blue C M Y K H S L
Decimal 217 130 30 0 0.40 0.86 0.15 32.09 0.76 0.48
Hex D9 82 1E 0 28 56 F 20 4C 30
Octal 331 202 36 0 50 126 17 40 114 60
Binary 11011001 10000010 11110 0 101000 1010110 1111 100000 1001100 110000

Color Harmonies of #D9821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9821E

Black with #D9821E

Text Example


Text Example

White with #D9821E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9821E; }

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

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

background-color css

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

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

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

border-color css

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

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

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