Html Css Color HEX #DD663E Sorbus

📋 copy color: '#DD663E'

red 221 ◦ green 102 ◦ blue 62

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

Shades of Sorbus #DD663E

Tints of Sorbus #DD663E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.1%

R = 57.4%
G = 26.49%
B = 16.1%

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

#DD663E (or 0xDD663E) is known color: Sorbus. HEX triplet: DD, 66 and 3E. RGB value is (221,102,62). Sum of RGB (Red+Green+Blue) = 221+102+62=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD663E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD663E is #2299C1. Grayscale: #858585. Windows color (decimal): -2267586 or 4089565. OLE color: 4089565.

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

Color convert

RGB 221 102 62 -
CMYK 0 0.54 0.72 0.13
HSL 15.09º 0.7% 0.55% -
HSV(B) 15.09º 0.72% 0.87% -
XYZ 35.44 25.22 7.56 -
YUV 133.02 87.92 190.75 -
System Red Green Blue C M Y K H S L
Decimal 221 102 62 0 0.54 0.72 0.13 15.09 0.7 0.55
Hex DD 66 3E 0 36 48 D F 46 37
Octal 335 146 76 0 66 110 15 17 106 67
Binary 11011101 1100110 111110 0 110110 1001000 1101 1111 1000110 110111

Color Harmonies of #DD663E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD663E

Black with #DD663E

Text Example


Text Example

White with #DD663E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD663E; }

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

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

background-color css

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

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

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

border-color css

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

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

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