Html Css Color HEX #DD7C18 Ochre

📋 copy color: '#DD7C18'

red 221 ◦ green 124 ◦ blue 24

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

Shades of Ochre #DD7C18

Tints of Ochre #DD7C18

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.6%

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

R = 59.89%
G = 33.6%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD7C18 (or 0xDD7C18) is known color: Ochre. HEX triplet: DD, 7C and 18. RGB value is (221,124,24). Sum of RGB (Red+Green+Blue) = 221+124+24=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7C18 is #2283E7. Grayscale: #8E8E8E. Windows color (decimal): -2261992 or 1604829. OLE color: 1604829.

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

Color convert

RGB 221 124 24 -
CMYK 0 0.44 0.89 0.13
HSL 30.46º 0.8% 0.48% -
HSV(B) 30.46º 0.89% 0.87% -
XYZ 37.19 29.85 4.67 -
YUV 141.6 61.64 184.63 -
System Red Green Blue C M Y K H S L
Decimal 221 124 24 0 0.44 0.89 0.13 30.46 0.8 0.48
Hex DD 7C 18 0 2C 59 D 1E 50 30
Octal 335 174 30 0 54 131 15 36 120 60
Binary 11011101 1111100 11000 0 101100 1011001 1101 11110 1010000 110000

Color Harmonies of #DD7C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C18

Black with #DD7C18

Text Example


Text Example

White with #DD7C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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