Html Css Color HEX #DD633D Sorbus

📋 copy color: '#DD633D'

red 221 ◦ green 99 ◦ blue 61

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

Shades of Sorbus #DD633D

Tints of Sorbus #DD633D

RGB

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

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

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

R = 58.01%
G = 25.98%
B = 16.01%

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

#DD633D (or 0xDD633D) is known color: Sorbus. HEX triplet: DD, 63 and 3D. RGB value is (221,99,61). Sum of RGB (Red+Green+Blue) = 221+99+61=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD633D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD633D is #229CC2. Grayscale: #838383. Windows color (decimal): -2268355 or 4023261. OLE color: 4023261.

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

Color convert

RGB 221 99 61 -
CMYK 0 0.55 0.72 0.13
HSL 14.25º 0.7% 0.55% -
HSV(B) 14.25º 0.72% 0.87% -
XYZ 35.12 24.63 7.32 -
YUV 131.15 88.42 192.09 -
System Red Green Blue C M Y K H S L
Decimal 221 99 61 0 0.55 0.72 0.13 14.25 0.7 0.55
Hex DD 63 3D 0 37 48 D E 46 37
Octal 335 143 75 0 67 110 15 16 106 67
Binary 11011101 1100011 111101 0 110111 1001000 1101 1110 1000110 110111

Color Harmonies of #DD633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD633D

Black with #DD633D

Text Example


Text Example

White with #DD633D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD633D; }

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

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

background-color css

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

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

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

border-color css

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

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

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