Html Css Color HEX #DD633F Sorbus

📋 copy color: '#DD633F'

red 221 ◦ green 99 ◦ blue 63

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

Shades of Sorbus #DD633F

Tints of Sorbus #DD633F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.45%

R = 57.7%
G = 25.85%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD633F (or 0xDD633F) is known color: Sorbus. HEX triplet: DD, 63 and 3F. RGB value is (221,99,63). Sum of RGB (Red+Green+Blue) = 221+99+63=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD633F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD633F is #229CC0. Grayscale: #838383. Windows color (decimal): -2268353 or 4154333. OLE color: 4154333.

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

Color convert

RGB 221 99 63 -
CMYK 0 0.55 0.71 0.13
HSL 13.67º 0.7% 0.56% -
HSV(B) 13.67º 0.71% 0.87% -
XYZ 35.18 24.65 7.61 -
YUV 131.37 89.42 191.93 -
System Red Green Blue C M Y K H S L
Decimal 221 99 63 0 0.55 0.71 0.13 13.67 0.7 0.56
Hex DD 63 3F 0 37 47 D E 46 38
Octal 335 143 77 0 67 107 15 16 106 70
Binary 11011101 1100011 111111 0 110111 1000111 1101 1110 1000110 111000

Color Harmonies of #DD633F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD633F

Black with #DD633F

Text Example


Text Example

White with #DD633F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD633F; }

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

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

background-color css

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

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

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

border-color css

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

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

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