Html Css Color HEX #DD693B Sorbus

📋 copy color: '#DD693B'

red 221 ◦ green 105 ◦ blue 59

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

Shades of Sorbus #DD693B

Tints of Sorbus #DD693B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.27%

 BLUE value IS 59 (23.44% from 255) = 15.32%

R = 57.4%
G = 27.27%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD693B (or 0xDD693B) is known color: Sorbus. HEX triplet: DD, 69 and 3B. RGB value is (221,105,59). Sum of RGB (Red+Green+Blue) = 221+105+59=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD693B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD693B is #2296C4. Grayscale: #868686. Windows color (decimal): -2266821 or 3893725. OLE color: 3893725.

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

Color convert

RGB 221 105 59 -
CMYK 0 0.52 0.73 0.13
HSL 17.04º 0.7% 0.55% -
HSV(B) 17.04º 0.73% 0.87% -
XYZ 35.66 25.79 7.24 -
YUV 134.44 85.43 189.74 -
System Red Green Blue C M Y K H S L
Decimal 221 105 59 0 0.52 0.73 0.13 17.04 0.7 0.55
Hex DD 69 3B 0 34 49 D 11 46 37
Octal 335 151 73 0 64 111 15 21 106 67
Binary 11011101 1101001 111011 0 110100 1001001 1101 10001 1000110 110111

Color Harmonies of #DD693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD693B

Black with #DD693B

Text Example


Text Example

White with #DD693B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD693B; }

 p { color: rgb(221,105,59); }

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

background-color css

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

 a { background-color: rgb(221,105,59); }

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

border-color css

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

 span { border-color: rgb(221,105,59); }

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