Html Css Color HEX #DD663D Sorbus

📋 copy color: '#DD663D'

red 221 ◦ green 102 ◦ blue 61

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

Shades of Sorbus #DD663D

Tints of Sorbus #DD663D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.56%

 BLUE value IS 61 (24.22% from 255) = 15.89%

R = 57.55%
G = 26.56%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD663D (or 0xDD663D) is known color: Sorbus. HEX triplet: DD, 66 and 3D. RGB value is (221,102,61). Sum of RGB (Red+Green+Blue) = 221+102+61=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD663D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD663D is #2299C2. Grayscale: #858585. Windows color (decimal): -2267587 or 4024029. OLE color: 4024029.

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

Color convert

RGB 221 102 61 -
CMYK 0 0.54 0.72 0.13
HSL 15.38º 0.7% 0.55% -
HSV(B) 15.38º 0.72% 0.87% -
XYZ 35.41 25.21 7.41 -
YUV 132.91 87.42 190.83 -
System Red Green Blue C M Y K H S L
Decimal 221 102 61 0 0.54 0.72 0.13 15.38 0.7 0.55
Hex DD 66 3D 0 36 48 D F 46 37
Octal 335 146 75 0 66 110 15 17 106 67
Binary 11011101 1100110 111101 0 110110 1001000 1101 1111 1000110 110111

Color Harmonies of #DD663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD663D

Black with #DD663D

Text Example


Text Example

White with #DD663D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD663D; }

 p { color: rgb(221,102,61); }

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

background-color css

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

 a { background-color: rgb(221,102,61); }

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

border-color css

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

 span { border-color: rgb(221,102,61); }

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