Html Css Color HEX #DD7C17 Ochre

📋 copy color: '#DD7C17'

red 221 ◦ green 124 ◦ blue 23

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

Shades of Ochre #DD7C17

Tints of Ochre #DD7C17

RGB

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

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

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

R = 60.05%
G = 33.7%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD7C17 (or 0xDD7C17) is known color: Ochre. HEX triplet: DD, 7C and 17. RGB value is (221,124,23). Sum of RGB (Red+Green+Blue) = 221+124+23=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7C17 is #2283E8. Grayscale: #8D8D8D. Windows color (decimal): -2261993 or 1539293. OLE color: 1539293.

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

Color convert

RGB 221 124 23 -
CMYK 0 0.44 0.90 0.13
HSL 30.61º 0.81% 0.48% -
HSV(B) 30.61º 0.9% 0.87% -
XYZ 37.18 29.85 4.61 -
YUV 141.49 61.14 184.71 -
System Red Green Blue C M Y K H S L
Decimal 221 124 23 0 0.44 0.90 0.13 30.61 0.81 0.48
Hex DD 7C 17 0 2C 5A D 1F 51 30
Octal 335 174 27 0 54 132 15 37 121 60
Binary 11011101 1111100 10111 0 101100 1011010 1101 11111 1010001 110000

Color Harmonies of #DD7C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C17

Black with #DD7C17

Text Example


Text Example

White with #DD7C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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