Html Css Color HEX #DA663D Sorbus

📋 copy color: '#DA663D'

red 218 ◦ green 102 ◦ blue 61

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

Shades of Sorbus #DA663D

Tints of Sorbus #DA663D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.01%

R = 57.22%
G = 26.77%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA663D (or 0xDA663D) is known color: Sorbus. HEX triplet: DA, 66 and 3D. RGB value is (218,102,61). Sum of RGB (Red+Green+Blue) = 218+102+61=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA663D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA663D is #2599C2. Grayscale: #848484. Windows color (decimal): -2464195 or 4024026. OLE color: 4024026.

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

Color convert

RGB 218 102 61 -
CMYK 0 0.53 0.72 0.15
HSL 15.67º 0.68% 0.55% -
HSV(B) 15.67º 0.72% 0.85% -
XYZ 34.51 24.75 7.37 -
YUV 132.01 87.93 189.33 -
System Red Green Blue C M Y K H S L
Decimal 218 102 61 0 0.53 0.72 0.15 15.67 0.68 0.55
Hex DA 66 3D 0 35 48 F 10 44 37
Octal 332 146 75 0 65 110 17 20 104 67
Binary 11011010 1100110 111101 0 110101 1001000 1111 10000 1000100 110111

Color Harmonies of #DA663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA663D

Black with #DA663D

Text Example


Text Example

White with #DA663D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA663D; }

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

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

background-color css

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

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

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

border-color css

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

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

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