Html Css Color HEX #DB633D Sorbus

📋 copy color: '#DB633D'

red 219 ◦ green 99 ◦ blue 61

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

Shades of Sorbus #DB633D

Tints of Sorbus #DB633D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.12%

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

R = 57.78%
G = 26.12%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB633D (or 0xDB633D) is known color: Sorbus. HEX triplet: DB, 63 and 3D. RGB value is (219,99,61). Sum of RGB (Red+Green+Blue) = 219+99+61=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB633D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB633D is #249CC2. Grayscale: #828282. Windows color (decimal): -2399427 or 4023259. OLE color: 4023259.

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

Color convert

RGB 219 99 61 -
CMYK 0 0.55 0.72 0.14
HSL 14.43º 0.69% 0.55% -
HSV(B) 14.43º 0.72% 0.86% -
XYZ 34.52 24.32 7.29 -
YUV 130.55 88.76 191.09 -
System Red Green Blue C M Y K H S L
Decimal 219 99 61 0 0.55 0.72 0.14 14.43 0.69 0.55
Hex DB 63 3D 0 37 48 E E 45 37
Octal 333 143 75 0 67 110 16 16 105 67
Binary 11011011 1100011 111101 0 110111 1001000 1110 1110 1000101 110111

Color Harmonies of #DB633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB633D

Black with #DB633D

Text Example


Text Example

White with #DB633D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB633D; }

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

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

background-color css

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

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

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

border-color css

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

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

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