Html Css Color HEX #DD8212 Ochre

📋 copy color: '#DD8212'

red 221 ◦ green 130 ◦ blue 18

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

Shades of Ochre #DD8212

Tints of Ochre #DD8212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.88%

R = 59.89%
G = 35.23%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD8212 (or 0xDD8212) is known color: Ochre. HEX triplet: DD, 82 and 12. RGB value is (221,130,18). Sum of RGB (Red+Green+Blue) = 221+130+18=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8212 is #227DED. Grayscale: #909090. Windows color (decimal): -2260462 or 1213149. OLE color: 1213149.

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

Color convert

RGB 221 130 18 -
CMYK 0 0.41 0.92 0.13
HSL 33.1º 0.85% 0.47% -
HSV(B) 33.1º 0.92% 0.87% -
XYZ 37.91 31.38 4.63 -
YUV 144.44 56.65 182.61 -
System Red Green Blue C M Y K H S L
Decimal 221 130 18 0 0.41 0.92 0.13 33.1 0.85 0.47
Hex DD 82 12 0 29 5C D 21 55 2F
Octal 335 202 22 0 51 134 15 41 125 57
Binary 11011101 10000010 10010 0 101001 1011100 1101 100001 1010101 101111

Color Harmonies of #DD8212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8212

Black with #DD8212

Text Example


Text Example

White with #DD8212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8212; }

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

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

background-color css

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

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

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

border-color css

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

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

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