Html Css Color HEX #DD633E Sorbus

📋 copy color: '#DD633E'

red 221 ◦ green 99 ◦ blue 62

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

Shades of Sorbus #DD633E

Tints of Sorbus #DD633E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.92%

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

R = 57.85%
G = 25.92%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD633E (or 0xDD633E) is known color: Sorbus. HEX triplet: DD, 63 and 3E. RGB value is (221,99,62). Sum of RGB (Red+Green+Blue) = 221+99+62=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD633E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD633E is #229CC1. Grayscale: #838383. Windows color (decimal): -2268354 or 4088797. OLE color: 4088797.

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

Color convert

RGB 221 99 62 -
CMYK 0 0.55 0.72 0.13
HSL 13.96º 0.7% 0.55% -
HSV(B) 13.96º 0.72% 0.87% -
XYZ 35.15 24.64 7.46 -
YUV 131.26 88.92 192.01 -
System Red Green Blue C M Y K H S L
Decimal 221 99 62 0 0.55 0.72 0.13 13.96 0.7 0.55
Hex DD 63 3E 0 37 48 D E 46 37
Octal 335 143 76 0 67 110 15 16 106 67
Binary 11011101 1100011 111110 0 110111 1001000 1101 1110 1000110 110111

Color Harmonies of #DD633E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD633E

Black with #DD633E

Text Example


Text Example

White with #DD633E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD633E; }

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

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

background-color css

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

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

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

border-color css

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

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

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