Html Css Color HEX #DD7A19 Ochre

📋 copy color: '#DD7A19'

red 221 ◦ green 122 ◦ blue 25

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

Shades of Ochre #DD7A19

Tints of Ochre #DD7A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.79%

R = 60.05%
G = 33.15%
B = 6.79%

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

#DD7A19 (or 0xDD7A19) is known color: Ochre. HEX triplet: DD, 7A and 19. RGB value is (221,122,25). Sum of RGB (Red+Green+Blue) = 221+122+25=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7A19 is #2285E6. Grayscale: #8D8D8D. Windows color (decimal): -2262503 or 1669853. OLE color: 1669853.

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

Color convert

RGB 221 122 25 -
CMYK 0 0.45 0.89 0.13
HSL 29.69º 0.8% 0.48% -
HSV(B) 29.69º 0.89% 0.87% -
XYZ 36.95 29.36 4.64 -
YUV 140.54 62.8 185.39 -
System Red Green Blue C M Y K H S L
Decimal 221 122 25 0 0.45 0.89 0.13 29.69 0.8 0.48
Hex DD 7A 19 0 2D 59 D 1E 50 30
Octal 335 172 31 0 55 131 15 36 120 60
Binary 11011101 1111010 11001 0 101101 1011001 1101 11110 1010000 110000

Color Harmonies of #DD7A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A19

Black with #DD7A19

Text Example


Text Example

White with #DD7A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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