Html Css Color HEX #DB693C Sorbus

📋 copy color: '#DB693C'

red 219 ◦ green 105 ◦ blue 60

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

Shades of Sorbus #DB693C

Tints of Sorbus #DB693C

RGB

 RED value IS 219 (85.94% from 255) = 57.03%

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

 BLUE value IS 60 (23.83% from 255) = 15.63%

R = 57.03%
G = 27.34%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB693C (or 0xDB693C) is known color: Sorbus. HEX triplet: DB, 69 and 3C. RGB value is (219,105,60). Sum of RGB (Red+Green+Blue) = 219+105+60=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB693C is #2496C3. Grayscale: #868686. Windows color (decimal): -2397892 or 3959259. OLE color: 3959259.

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

Color convert

RGB 219 105 60 -
CMYK 0 0.52 0.73 0.14
HSL 16.98º 0.69% 0.55% -
HSV(B) 16.98º 0.73% 0.86% -
XYZ 35.08 25.49 7.35 -
YUV 133.96 86.27 188.66 -
System Red Green Blue C M Y K H S L
Decimal 219 105 60 0 0.52 0.73 0.14 16.98 0.69 0.55
Hex DB 69 3C 0 34 49 E 11 45 37
Octal 333 151 74 0 64 111 16 21 105 67
Binary 11011011 1101001 111100 0 110100 1001001 1110 10001 1000101 110111

Color Harmonies of #DB693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB693C

Black with #DB693C

Text Example


Text Example

White with #DB693C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB693C; }

 p { color: rgb(219,105,60); }

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

background-color css

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

 a { background-color: rgb(219,105,60); }

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

border-color css

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

 span { border-color: rgb(219,105,60); }

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