Html Css Color HEX #DD8013 Ochre

📋 copy color: '#DD8013'

red 221 ◦ green 128 ◦ blue 19

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

Shades of Ochre #DD8013

Tints of Ochre #DD8013

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.78%

 BLUE value IS 19 (7.81% from 255) = 5.16%

R = 60.05%
G = 34.78%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD8013 (or 0xDD8013) is known color: Ochre. HEX triplet: DD, 80 and 13. RGB value is (221,128,19). Sum of RGB (Red+Green+Blue) = 221+128+19=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8013 is #227FEC. Grayscale: #8F8F8F. Windows color (decimal): -2260973 or 1278173. OLE color: 1278173.

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

Color convert

RGB 221 128 19 -
CMYK 0 0.42 0.91 0.13
HSL 32.38º 0.84% 0.47% -
HSV(B) 32.38º 0.91% 0.87% -
XYZ 37.66 30.86 4.59 -
YUV 143.38 57.81 183.36 -
System Red Green Blue C M Y K H S L
Decimal 221 128 19 0 0.42 0.91 0.13 32.38 0.84 0.47
Hex DD 80 13 0 2A 5B D 20 54 2F
Octal 335 200 23 0 52 133 15 40 124 57
Binary 11011101 10000000 10011 0 101010 1011011 1101 100000 1010100 101111

Color Harmonies of #DD8013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8013

Black with #DD8013

Text Example


Text Example

White with #DD8013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8013; }

 p { color: rgb(221,128,19); }

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

background-color css

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

 a { background-color: rgb(221,128,19); }

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

border-color css

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

 span { border-color: rgb(221,128,19); }

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