Html Css Color HEX #DD7134 Sorbus

📋 copy color: '#DD7134'

red 221 ◦ green 113 ◦ blue 52

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

Shades of Sorbus #DD7134

Tints of Sorbus #DD7134

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.27%

 BLUE value IS 52 (20.7% from 255) = 13.47%

R = 57.25%
G = 29.27%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD7134 (or 0xDD7134) is known color: Sorbus. HEX triplet: DD, 71 and 34. RGB value is (221,113,52). Sum of RGB (Red+Green+Blue) = 221+113+52=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7134 is #228ECB. Grayscale: #8A8A8A. Windows color (decimal): -2264780 or 3437021. OLE color: 3437021.

HSL color Cylindrical-coordinate representation of color #DD7134: hue angle of 21.66º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD7134 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 113 52 -
CMYK 0 0.49 0.76 0.13
HSL 21.66º 0.71% 0.54% -
HSV(B) 21.66º 0.76% 0.87% -
XYZ 36.34 27.43 6.63 -
YUV 138.34 79.28 186.96 -
System Red Green Blue C M Y K H S L
Decimal 221 113 52 0 0.49 0.76 0.13 21.66 0.71 0.54
Hex DD 71 34 0 31 4C D 16 47 36
Octal 335 161 64 0 61 114 15 26 107 66
Binary 11011101 1110001 110100 0 110001 1001100 1101 10110 1000111 110110

Color Harmonies of #DD7134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7134

Black with #DD7134

Text Example


Text Example

White with #DD7134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7134; }

 p { color: rgb(221,113,52); }

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

background-color css

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

 a { background-color: rgb(221,113,52); }

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

border-color css

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

 span { border-color: rgb(221,113,52); }

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