Html Css Color HEX #DD8217 Ochre

📋 copy color: '#DD8217'

red 221 ◦ green 130 ◦ blue 23

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

Shades of Ochre #DD8217

Tints of Ochre #DD8217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.15%

R = 59.09%
G = 34.76%
B = 6.15%

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

#DD8217 (or 0xDD8217) is known color: Ochre. HEX triplet: DD, 82 and 17. RGB value is (221,130,23). Sum of RGB (Red+Green+Blue) = 221+130+23=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 23 (9.38% from 255 or 6.15% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8217 is #227DE8. Grayscale: #919191. Windows color (decimal): -2260457 or 1540829. OLE color: 1540829.

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

Color convert

RGB 221 130 23 -
CMYK 0 0.41 0.90 0.13
HSL 32.42º 0.81% 0.48% -
HSV(B) 32.42º 0.9% 0.87% -
XYZ 37.96 31.4 4.87 -
YUV 145.01 59.15 182.2 -
System Red Green Blue C M Y K H S L
Decimal 221 130 23 0 0.41 0.90 0.13 32.42 0.81 0.48
Hex DD 82 17 0 29 5A D 20 51 30
Octal 335 202 27 0 51 132 15 40 121 60
Binary 11011101 10000010 10111 0 101001 1011010 1101 100000 1010001 110000

Color Harmonies of #DD8217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8217

Black with #DD8217

Text Example


Text Example

White with #DD8217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8217; }

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

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

background-color css

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

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

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

border-color css

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

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

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