Html Css Color HEX #DA763A Sorbus

📋 copy color: '#DA763A'

red 218 ◦ green 118 ◦ blue 58

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

Shades of Sorbus #DA763A

Tints of Sorbus #DA763A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.95%

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

R = 55.33%
G = 29.95%
B = 14.72%

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

#DA763A (or 0xDA763A) is known color: Sorbus. HEX triplet: DA, 76 and 3A. RGB value is (218,118,58). Sum of RGB (Red+Green+Blue) = 218+118+58=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA763A is #2589C5. Grayscale: #8D8D8D. Windows color (decimal): -2460102 or 3831514. OLE color: 3831514.

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

Color convert

RGB 218 118 58 -
CMYK 0 0.46 0.73 0.15
HSL 22.5º 0.68% 0.54% -
HSV(B) 22.5º 0.73% 0.85% -
XYZ 36.16 28.17 7.53 -
YUV 141.06 81.13 182.88 -
System Red Green Blue C M Y K H S L
Decimal 218 118 58 0 0.46 0.73 0.15 22.5 0.68 0.54
Hex DA 76 3A 0 2E 49 F 16 44 36
Octal 332 166 72 0 56 111 17 26 104 66
Binary 11011010 1110110 111010 0 101110 1001001 1111 10110 1000100 110110

Color Harmonies of #DA763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA763A

Black with #DA763A

Text Example


Text Example

White with #DA763A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA763A; }

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

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

background-color css

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

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

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

border-color css

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

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

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