Html Css Color HEX #DD7C14 Ochre

📋 copy color: '#DD7C14'

red 221 ◦ green 124 ◦ blue 20

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

Shades of Ochre #DD7C14

Tints of Ochre #DD7C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.48%

R = 60.55%
G = 33.97%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD7C14 (or 0xDD7C14) is known color: Ochre. HEX triplet: DD, 7C and 14. RGB value is (221,124,20). Sum of RGB (Red+Green+Blue) = 221+124+20=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7C14 is #2283EB. Grayscale: #8D8D8D. Windows color (decimal): -2261996 or 1342685. OLE color: 1342685.

HSL color Cylindrical-coordinate representation of color #DD7C14: hue angle of 31.04º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD7C14 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 124 20 -
CMYK 0 0.44 0.91 0.13
HSL 31.04º 0.83% 0.47% -
HSV(B) 31.04º 0.91% 0.87% -
XYZ 37.15 29.84 4.46 -
YUV 141.15 59.64 184.96 -
System Red Green Blue C M Y K H S L
Decimal 221 124 20 0 0.44 0.91 0.13 31.04 0.83 0.47
Hex DD 7C 14 0 2C 5B D 1F 53 2F
Octal 335 174 24 0 54 133 15 37 123 57
Binary 11011101 1111100 10100 0 101100 1011011 1101 11111 1010011 101111

Color Harmonies of #DD7C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C14

Black with #DD7C14

Text Example


Text Example

White with #DD7C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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