Html Css Color HEX #DA663F Sorbus

📋 copy color: '#DA663F'

red 218 ◦ green 102 ◦ blue 63

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

Shades of Sorbus #DA663F

Tints of Sorbus #DA663F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.63%

 BLUE value IS 63 (25% from 255) = 16.45%

R = 56.92%
G = 26.63%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA663F (or 0xDA663F) is known color: Sorbus. HEX triplet: DA, 66 and 3F. RGB value is (218,102,63). Sum of RGB (Red+Green+Blue) = 218+102+63=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA663F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA663F is #2599C0. Grayscale: #848484. Windows color (decimal): -2464193 or 4155098. OLE color: 4155098.

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

Color convert

RGB 218 102 63 -
CMYK 0 0.53 0.71 0.15
HSL 15.1º 0.68% 0.55% -
HSV(B) 15.1º 0.71% 0.85% -
XYZ 34.56 24.77 7.66 -
YUV 132.24 88.93 189.17 -
System Red Green Blue C M Y K H S L
Decimal 218 102 63 0 0.53 0.71 0.15 15.1 0.68 0.55
Hex DA 66 3F 0 35 47 F F 44 37
Octal 332 146 77 0 65 107 17 17 104 67
Binary 11011010 1100110 111111 0 110101 1000111 1111 1111 1000100 110111

Color Harmonies of #DA663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA663F

Black with #DA663F

Text Example


Text Example

White with #DA663F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA663F; }

 p { color: rgb(218,102,63); }

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

background-color css

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

 a { background-color: rgb(218,102,63); }

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

border-color css

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

 span { border-color: rgb(218,102,63); }

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