Html Css Color HEX #DB653D Sorbus

📋 copy color: '#DB653D'

red 219 ◦ green 101 ◦ blue 61

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

Shades of Sorbus #DB653D

Tints of Sorbus #DB653D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.51%

 BLUE value IS 61 (24.22% from 255) = 16.01%

R = 57.48%
G = 26.51%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB653D (or 0xDB653D) is known color: Sorbus. HEX triplet: DB, 65 and 3D. RGB value is (219,101,61). Sum of RGB (Red+Green+Blue) = 219+101+61=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB653D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB653D is #249AC2. Grayscale: #848484. Windows color (decimal): -2398915 or 4023771. OLE color: 4023771.

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

Color convert

RGB 219 101 61 -
CMYK 0 0.54 0.72 0.14
HSL 15.19º 0.69% 0.55% -
HSV(B) 15.19º 0.72% 0.86% -
XYZ 34.71 24.7 7.35 -
YUV 131.72 88.09 190.25 -
System Red Green Blue C M Y K H S L
Decimal 219 101 61 0 0.54 0.72 0.14 15.19 0.69 0.55
Hex DB 65 3D 0 36 48 E F 45 37
Octal 333 145 75 0 66 110 16 17 105 67
Binary 11011011 1100101 111101 0 110110 1001000 1110 1111 1000101 110111

Color Harmonies of #DB653D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB653D

Black with #DB653D

Text Example


Text Example

White with #DB653D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB653D; }

 p { color: rgb(219,101,61); }

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

background-color css

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

 a { background-color: rgb(219,101,61); }

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

border-color css

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

 span { border-color: rgb(219,101,61); }

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