Html Css Color HEX #DD7A18 Ochre

📋 copy color: '#DD7A18'

red 221 ◦ green 122 ◦ blue 24

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

Shades of Ochre #DD7A18

Tints of Ochre #DD7A18

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.24%

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

R = 60.22%
G = 33.24%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD7A18 (or 0xDD7A18) is known color: Ochre. HEX triplet: DD, 7A and 18. RGB value is (221,122,24). Sum of RGB (Red+Green+Blue) = 221+122+24=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7A18 is #2285E7. Grayscale: #8C8C8C. Windows color (decimal): -2262504 or 1604317. OLE color: 1604317.

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

Color convert

RGB 221 122 24 -
CMYK 0 0.45 0.89 0.13
HSL 29.85º 0.8% 0.48% -
HSV(B) 29.85º 0.89% 0.87% -
XYZ 36.94 29.36 4.58 -
YUV 140.43 62.3 185.47 -
System Red Green Blue C M Y K H S L
Decimal 221 122 24 0 0.45 0.89 0.13 29.85 0.8 0.48
Hex DD 7A 18 0 2D 59 D 1E 50 30
Octal 335 172 30 0 55 131 15 36 120 60
Binary 11011101 1111010 11000 0 101101 1011001 1101 11110 1010000 110000

Color Harmonies of #DD7A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A18

Black with #DD7A18

Text Example


Text Example

White with #DD7A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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