Html Css Color HEX #DD7A17 Ochre

📋 copy color: '#DD7A17'

red 221 ◦ green 122 ◦ blue 23

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

Shades of Ochre #DD7A17

Tints of Ochre #DD7A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.28%

R = 60.38%
G = 33.33%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD7A17 (or 0xDD7A17) is known color: Ochre. HEX triplet: DD, 7A and 17. RGB value is (221,122,23). Sum of RGB (Red+Green+Blue) = 221+122+23=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 23 (9.38% from 255 or 6.28% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7A17 is #2285E8. Grayscale: #8C8C8C. Windows color (decimal): -2262505 or 1538781. OLE color: 1538781.

HSL color Cylindrical-coordinate representation of color #DD7A17: hue angle of 30º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD7A17 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 122 23 -
CMYK 0 0.45 0.90 0.13
HSL 30º 0.81% 0.48% -
HSV(B) 30º 0.9% 0.87% -
XYZ 36.93 29.35 4.53 -
YUV 140.32 61.8 185.55 -
System Red Green Blue C M Y K H S L
Decimal 221 122 23 0 0.45 0.90 0.13 30 0.81 0.48
Hex DD 7A 17 0 2D 5A D 1E 51 30
Octal 335 172 27 0 55 132 15 36 121 60
Binary 11011101 1111010 10111 0 101101 1011010 1101 11110 1010001 110000

Color Harmonies of #DD7A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A17

Black with #DD7A17

Text Example


Text Example

White with #DD7A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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