Html Css Color HEX #DA753A Sorbus

📋 copy color: '#DA753A'

red 218 ◦ green 117 ◦ blue 58

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

Shades of Sorbus #DA753A

Tints of Sorbus #DA753A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.76%

R = 55.47%
G = 29.77%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA753A (or 0xDA753A) is known color: Sorbus. HEX triplet: DA, 75 and 3A. RGB value is (218,117,58). Sum of RGB (Red+Green+Blue) = 218+117+58=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA753A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA753A is #258AC5. Grayscale: #8C8C8C. Windows color (decimal): -2460358 or 3831258. OLE color: 3831258.

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

Color convert

RGB 218 117 58 -
CMYK 0 0.46 0.73 0.15
HSL 22.13º 0.68% 0.54% -
HSV(B) 22.13º 0.73% 0.85% -
XYZ 36.04 27.93 7.5 -
YUV 140.47 81.46 183.3 -
System Red Green Blue C M Y K H S L
Decimal 218 117 58 0 0.46 0.73 0.15 22.13 0.68 0.54
Hex DA 75 3A 0 2E 49 F 16 44 36
Octal 332 165 72 0 56 111 17 26 104 66
Binary 11011010 1110101 111010 0 101110 1001001 1111 10110 1000100 110110

Color Harmonies of #DA753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA753A

Black with #DA753A

Text Example


Text Example

White with #DA753A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA753A; }

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

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

background-color css

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

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

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

border-color css

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

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

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