Html Css Color HEX #DD8215 Ochre

📋 copy color: '#DD8215'

red 221 ◦ green 130 ◦ blue 21

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

Shades of Ochre #DD8215

Tints of Ochre #DD8215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.65%

R = 59.41%
G = 34.95%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD8215 (or 0xDD8215) is known color: Ochre. HEX triplet: DD, 82 and 15. RGB value is (221,130,21). Sum of RGB (Red+Green+Blue) = 221+130+21=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 21 (8.59% from 255 or 5.65% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8215 is #227DEA. Grayscale: #919191. Windows color (decimal): -2260459 or 1409757. OLE color: 1409757.

HSL color Cylindrical-coordinate representation of color #DD8215: hue angle of 32.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD8215 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 130 21 -
CMYK 0 0.41 0.90 0.13
HSL 32.7º 0.83% 0.47% -
HSV(B) 32.7º 0.9% 0.87% -
XYZ 37.94 31.39 4.77 -
YUV 144.78 58.15 182.36 -
System Red Green Blue C M Y K H S L
Decimal 221 130 21 0 0.41 0.90 0.13 32.7 0.83 0.47
Hex DD 82 15 0 29 5A D 21 53 2F
Octal 335 202 25 0 51 132 15 41 123 57
Binary 11011101 10000010 10101 0 101001 1011010 1101 100001 1010011 101111

Color Harmonies of #DD8215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8215

Black with #DD8215

Text Example


Text Example

White with #DD8215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8215; }

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

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

background-color css

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

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

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

border-color css

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

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

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