Html Css Color HEX #DA6439 Sorbus

📋 copy color: '#DA6439'

red 218 ◦ green 100 ◦ blue 57

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

Shades of Sorbus #DA6439

Tints of Sorbus #DA6439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.2%

R = 58.13%
G = 26.67%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA6439 (or 0xDA6439) is known color: Sorbus. HEX triplet: DA, 64 and 39. RGB value is (218,100,57). Sum of RGB (Red+Green+Blue) = 218+100+57=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6439 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6439 is #259BC6. Grayscale: #828282. Windows color (decimal): -2464711 or 3761370. OLE color: 3761370.

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

Color convert

RGB 218 100 57 -
CMYK 0 0.54 0.74 0.15
HSL 16.02º 0.69% 0.54% -
HSV(B) 16.02º 0.74% 0.85% -
XYZ 34.21 24.32 6.76 -
YUV 130.38 86.59 190.5 -
System Red Green Blue C M Y K H S L
Decimal 218 100 57 0 0.54 0.74 0.15 16.02 0.69 0.54
Hex DA 64 39 0 36 4A F 10 45 36
Octal 332 144 71 0 66 112 17 20 105 66
Binary 11011010 1100100 111001 0 110110 1001010 1111 10000 1000101 110110

Color Harmonies of #DA6439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6439

Black with #DA6439

Text Example


Text Example

White with #DA6439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6439; }

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

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

background-color css

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

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

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

border-color css

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

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

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