Html Css Color HEX #DD8018 Ochre

📋 copy color: '#DD8018'

red 221 ◦ green 128 ◦ blue 24

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

Shades of Ochre #DD8018

Tints of Ochre #DD8018

RGB

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

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

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

R = 59.25%
G = 34.32%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD8018 (or 0xDD8018) is known color: Ochre. HEX triplet: DD, 80 and 18. RGB value is (221,128,24). Sum of RGB (Red+Green+Blue) = 221+128+24=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8018 is #227FE7. Grayscale: #909090. Windows color (decimal): -2260968 or 1605853. OLE color: 1605853.

HSL color Cylindrical-coordinate representation of color #DD8018: hue angle of 31.68º 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 #DD8018 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 128 24 -
CMYK 0 0.42 0.89 0.13
HSL 31.68º 0.8% 0.48% -
HSV(B) 31.68º 0.89% 0.87% -
XYZ 37.7 30.88 4.84 -
YUV 143.95 60.31 182.96 -
System Red Green Blue C M Y K H S L
Decimal 221 128 24 0 0.42 0.89 0.13 31.68 0.8 0.48
Hex DD 80 18 0 2A 59 D 20 50 30
Octal 335 200 30 0 52 131 15 40 120 60
Binary 11011101 10000000 11000 0 101010 1011001 1101 100000 1010000 110000

Color Harmonies of #DD8018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8018

Black with #DD8018

Text Example


Text Example

White with #DD8018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8018; }

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

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

background-color css

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

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

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

border-color css

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

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

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