Html Css Color HEX #DA6342 Sorbus

📋 copy color: '#DA6342'

red 218 ◦ green 99 ◦ blue 66

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

Shades of Sorbus #DA6342

Tints of Sorbus #DA6342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.85%

 BLUE value IS 66 (26.17% from 255) = 17.23%

R = 56.92%
G = 25.85%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA6342 (or 0xDA6342) is known color: Sorbus. HEX triplet: DA, 63 and 42. RGB value is (218,99,66). Sum of RGB (Red+Green+Blue) = 218+99+66=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6342 is #259CBD. Grayscale: #838383. Windows color (decimal): -2464958 or 4350938. OLE color: 4350938.

HSL color Cylindrical-coordinate representation of color #DA6342: hue angle of 13.03º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA6342 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 99 66 -
CMYK 0 0.55 0.70 0.15
HSL 13.03º 0.67% 0.56% -
HSV(B) 13.03º 0.7% 0.85% -
XYZ 34.36 24.22 8.02 -
YUV 130.82 91.42 190.18 -
System Red Green Blue C M Y K H S L
Decimal 218 99 66 0 0.55 0.70 0.15 13.03 0.67 0.56
Hex DA 63 42 0 37 46 F D 43 38
Octal 332 143 102 0 67 106 17 15 103 70
Binary 11011010 1100011 1000010 0 110111 1000110 1111 1101 1000011 111000

Color Harmonies of #DA6342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6342

Black with #DA6342

Text Example


Text Example

White with #DA6342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6342; }

 p { color: rgb(218,99,66); }

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

background-color css

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

 a { background-color: rgb(218,99,66); }

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

border-color css

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

 span { border-color: rgb(218,99,66); }

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