Html Css Color HEX #DD683A Sorbus

📋 copy color: '#DD683A'

red 221 ◦ green 104 ◦ blue 58

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

Shades of Sorbus #DD683A

Tints of Sorbus #DD683A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.15%

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

R = 57.7%
G = 27.15%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD683A (or 0xDD683A) is known color: Sorbus. HEX triplet: DD, 68 and 3A. RGB value is (221,104,58). Sum of RGB (Red+Green+Blue) = 221+104+58=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD683A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD683A is #2297C5. Grayscale: #868686. Windows color (decimal): -2267078 or 3827933. OLE color: 3827933.

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

Color convert

RGB 221 104 58 -
CMYK 0 0.53 0.74 0.13
HSL 16.93º 0.71% 0.55% -
HSV(B) 16.93º 0.74% 0.87% -
XYZ 35.53 25.58 7.07 -
YUV 133.74 85.26 190.24 -
System Red Green Blue C M Y K H S L
Decimal 221 104 58 0 0.53 0.74 0.13 16.93 0.71 0.55
Hex DD 68 3A 0 35 4A D 11 47 37
Octal 335 150 72 0 65 112 15 21 107 67
Binary 11011101 1101000 111010 0 110101 1001010 1101 10001 1000111 110111

Color Harmonies of #DD683A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD683A

Black with #DD683A

Text Example


Text Example

White with #DD683A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD683A; }

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

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

background-color css

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

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

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

border-color css

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

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

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