Html Css Color HEX #DA753C Sorbus

📋 copy color: '#DA753C'

red 218 ◦ green 117 ◦ blue 60

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

Shades of Sorbus #DA753C

Tints of Sorbus #DA753C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.62%

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

R = 55.19%
G = 29.62%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA753C (or 0xDA753C) is known color: Sorbus. HEX triplet: DA, 75 and 3C. RGB value is (218,117,60). Sum of RGB (Red+Green+Blue) = 218+117+60=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA753C is #258AC3. Grayscale: #8D8D8D. Windows color (decimal): -2460356 or 3962330. OLE color: 3962330.

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

Color convert

RGB 218 117 60 -
CMYK 0 0.46 0.72 0.15
HSL 21.65º 0.68% 0.55% -
HSV(B) 21.65º 0.72% 0.85% -
XYZ 36.09 27.95 7.77 -
YUV 140.7 82.46 183.13 -
System Red Green Blue C M Y K H S L
Decimal 218 117 60 0 0.46 0.72 0.15 21.65 0.68 0.55
Hex DA 75 3C 0 2E 48 F 16 44 37
Octal 332 165 74 0 56 110 17 26 104 67
Binary 11011010 1110101 111100 0 101110 1001000 1111 10110 1000100 110111

Color Harmonies of #DA753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA753C

Black with #DA753C

Text Example


Text Example

White with #DA753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA753C; }

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

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

background-color css

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

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

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

border-color css

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

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

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