Html Css Color HEX #DD8218 Ochre

📋 copy color: '#DD8218'

red 221 ◦ green 130 ◦ blue 24

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

Shades of Ochre #DD8218

Tints of Ochre #DD8218

RGB

 RED value IS 221 (86.72% from 255) = 58.93%

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

 BLUE value IS 24 (9.77% from 255) = 6.4%

R = 58.93%
G = 34.67%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD8218 (or 0xDD8218) is known color: Ochre. HEX triplet: DD, 82 and 18. RGB value is (221,130,24). Sum of RGB (Red+Green+Blue) = 221+130+24=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8218 is #227DE7. Grayscale: #919191. Windows color (decimal): -2260456 or 1606365. OLE color: 1606365.

HSL color Cylindrical-coordinate representation of color #DD8218: hue angle of 32.28º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD8218 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 130 24 -
CMYK 0 0.41 0.89 0.13
HSL 32.28º 0.8% 0.48% -
HSV(B) 32.28º 0.89% 0.87% -
XYZ 37.97 31.4 4.92 -
YUV 145.13 59.65 182.12 -
System Red Green Blue C M Y K H S L
Decimal 221 130 24 0 0.41 0.89 0.13 32.28 0.8 0.48
Hex DD 82 18 0 29 59 D 20 50 30
Octal 335 202 30 0 51 131 15 40 120 60
Binary 11011101 10000010 11000 0 101001 1011001 1101 100000 1010000 110000

Color Harmonies of #DD8218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8218

Black with #DD8218

Text Example


Text Example

White with #DD8218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8218; }

 p { color: rgb(221,130,24); }

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

background-color css

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

 a { background-color: rgb(221,130,24); }

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

border-color css

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

 span { border-color: rgb(221,130,24); }

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