Html Css Color HEX #DD693E Sorbus

📋 copy color: '#DD693E'

red 221 ◦ green 105 ◦ blue 62

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

Shades of Sorbus #DD693E

Tints of Sorbus #DD693E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.98%

R = 56.96%
G = 27.06%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD693E (or 0xDD693E) is known color: Sorbus. HEX triplet: DD, 69 and 3E. RGB value is (221,105,62). Sum of RGB (Red+Green+Blue) = 221+105+62=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD693E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD693E is #2296C1. Grayscale: #878787. Windows color (decimal): -2266818 or 4090333. OLE color: 4090333.

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

Color convert

RGB 221 105 62 -
CMYK 0 0.52 0.72 0.13
HSL 16.23º 0.7% 0.55% -
HSV(B) 16.23º 0.72% 0.87% -
XYZ 35.74 25.82 7.66 -
YUV 134.78 86.93 189.5 -
System Red Green Blue C M Y K H S L
Decimal 221 105 62 0 0.52 0.72 0.13 16.23 0.7 0.55
Hex DD 69 3E 0 34 48 D 10 46 37
Octal 335 151 76 0 64 110 15 20 106 67
Binary 11011101 1101001 111110 0 110100 1001000 1101 10000 1000110 110111

Color Harmonies of #DD693E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD693E

Black with #DD693E

Text Example


Text Example

White with #DD693E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD693E; }

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

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

background-color css

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

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

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

border-color css

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

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

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