Html Css Color HEX #DA653C Sorbus

📋 copy color: '#DA653C'

red 218 ◦ green 101 ◦ blue 60

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

Shades of Sorbus #DA653C

Tints of Sorbus #DA653C

RGB

 RED value IS 218 (85.55% from 255) = 57.52%

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

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

R = 57.52%
G = 26.65%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA653C (or 0xDA653C) is known color: Sorbus. HEX triplet: DA, 65 and 3C. RGB value is (218,101,60). Sum of RGB (Red+Green+Blue) = 218+101+60=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA653C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA653C is #259AC3. Grayscale: #838383. Windows color (decimal): -2464452 or 3958234. OLE color: 3958234.

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

Color convert

RGB 218 101 60 -
CMYK 0 0.54 0.72 0.15
HSL 15.57º 0.68% 0.55% -
HSV(B) 15.57º 0.72% 0.85% -
XYZ 34.38 24.54 7.2 -
YUV 131.31 87.76 189.83 -
System Red Green Blue C M Y K H S L
Decimal 218 101 60 0 0.54 0.72 0.15 15.57 0.68 0.55
Hex DA 65 3C 0 36 48 F 10 44 37
Octal 332 145 74 0 66 110 17 20 104 67
Binary 11011010 1100101 111100 0 110110 1001000 1111 10000 1000100 110111

Color Harmonies of #DA653C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA653C

Black with #DA653C

Text Example


Text Example

White with #DA653C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA653C; }

 p { color: rgb(218,101,60); }

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

background-color css

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

 a { background-color: rgb(218,101,60); }

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

border-color css

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

 span { border-color: rgb(218,101,60); }

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