Html Css Color HEX #DD6134 Sorbus

📋 copy color: '#DD6134'

red 221 ◦ green 97 ◦ blue 52

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

Shades of Sorbus #DD6134

Tints of Sorbus #DD6134

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.22%

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

R = 59.73%
G = 26.22%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD6134 (or 0xDD6134) is known color: Sorbus. HEX triplet: DD, 61 and 34. RGB value is (221,97,52). Sum of RGB (Red+Green+Blue) = 221+97+52=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6134 is #229ECB. Grayscale: #818181. Windows color (decimal): -2268876 or 3432925. OLE color: 3432925.

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

Color convert

RGB 221 97 52 -
CMYK 0 0.56 0.76 0.13
HSL 15.98º 0.71% 0.54% -
HSV(B) 15.98º 0.76% 0.87% -
XYZ 34.71 24.17 6.08 -
YUV 128.95 84.58 193.66 -
System Red Green Blue C M Y K H S L
Decimal 221 97 52 0 0.56 0.76 0.13 15.98 0.71 0.54
Hex DD 61 34 0 38 4C D 10 47 36
Octal 335 141 64 0 70 114 15 20 107 66
Binary 11011101 1100001 110100 0 111000 1001100 1101 10000 1000111 110110

Color Harmonies of #DD6134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6134

Black with #DD6134

Text Example


Text Example

White with #DD6134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6134; }

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

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

background-color css

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

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

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

border-color css

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

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

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