Html Css Color HEX #DD633A Sorbus

📋 copy color: '#DD633A'

red 221 ◦ green 99 ◦ blue 58

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

Shades of Sorbus #DD633A

Tints of Sorbus #DD633A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.34%

R = 58.47%
G = 26.19%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD633A (or 0xDD633A) is known color: Sorbus. HEX triplet: DD, 63 and 3A. RGB value is (221,99,58). Sum of RGB (Red+Green+Blue) = 221+99+58=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD633A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD633A is #229CC5. Grayscale: #838383. Windows color (decimal): -2268358 or 3826653. OLE color: 3826653.

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

Color convert

RGB 221 99 58 -
CMYK 0 0.55 0.74 0.13
HSL 15.09º 0.71% 0.55% -
HSV(B) 15.09º 0.74% 0.87% -
XYZ 35.04 24.6 6.9 -
YUV 130.8 86.92 192.33 -
System Red Green Blue C M Y K H S L
Decimal 221 99 58 0 0.55 0.74 0.13 15.09 0.71 0.55
Hex DD 63 3A 0 37 4A D F 47 37
Octal 335 143 72 0 67 112 15 17 107 67
Binary 11011101 1100011 111010 0 110111 1001010 1101 1111 1000111 110111

Color Harmonies of #DD633A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD633A

Black with #DD633A

Text Example


Text Example

White with #DD633A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD633A; }

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

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

background-color css

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

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

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

border-color css

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

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

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