Html Css Color HEX #DB633C Sorbus

📋 copy color: '#DB633C'

red 219 ◦ green 99 ◦ blue 60

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

Shades of Sorbus #DB633C

Tints of Sorbus #DB633C

RGB

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

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

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

R = 57.94%
G = 26.19%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB633C (or 0xDB633C) is known color: Sorbus. HEX triplet: DB, 63 and 3C. RGB value is (219,99,60). Sum of RGB (Red+Green+Blue) = 219+99+60=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB633C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB633C is #249CC3. Grayscale: #828282. Windows color (decimal): -2399428 or 3957723. OLE color: 3957723.

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

Color convert

RGB 219 99 60 -
CMYK 0 0.55 0.73 0.14
HSL 14.72º 0.69% 0.55% -
HSV(B) 14.72º 0.73% 0.86% -
XYZ 34.49 24.31 7.15 -
YUV 130.43 88.26 191.17 -
System Red Green Blue C M Y K H S L
Decimal 219 99 60 0 0.55 0.73 0.14 14.72 0.69 0.55
Hex DB 63 3C 0 37 49 E F 45 37
Octal 333 143 74 0 67 111 16 17 105 67
Binary 11011011 1100011 111100 0 110111 1001001 1110 1111 1000101 110111

Color Harmonies of #DB633C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB633C

Black with #DB633C

Text Example


Text Example

White with #DB633C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB633C; }

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

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

background-color css

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

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

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

border-color css

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

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

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