Html Css Color HEX #DA643D Sorbus

📋 copy color: '#DA643D'

red 218 ◦ green 100 ◦ blue 61

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

Shades of Sorbus #DA643D

Tints of Sorbus #DA643D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.39%

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

R = 57.52%
G = 26.39%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA643D (or 0xDA643D) is known color: Sorbus. HEX triplet: DA, 64 and 3D. RGB value is (218,100,61). Sum of RGB (Red+Green+Blue) = 218+100+61=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA643D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA643D is #259BC2. Grayscale: #838383. Windows color (decimal): -2464707 or 4023514. OLE color: 4023514.

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

Color convert

RGB 218 100 61 -
CMYK 0 0.54 0.72 0.15
HSL 14.9º 0.68% 0.55% -
HSV(B) 14.9º 0.72% 0.85% -
XYZ 34.31 24.36 7.31 -
YUV 130.84 88.59 190.17 -
System Red Green Blue C M Y K H S L
Decimal 218 100 61 0 0.54 0.72 0.15 14.9 0.68 0.55
Hex DA 64 3D 0 36 48 F F 44 37
Octal 332 144 75 0 66 110 17 17 104 67
Binary 11011010 1100100 111101 0 110110 1001000 1111 1111 1000100 110111

Color Harmonies of #DA643D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA643D

Black with #DA643D

Text Example


Text Example

White with #DA643D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA643D; }

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

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

background-color css

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

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

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

border-color css

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

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

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