Html Css Color HEX #DA7042 Sorbus

📋 copy color: '#DA7042'

red 218 ◦ green 112 ◦ blue 66

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

Shades of Sorbus #DA7042

Tints of Sorbus #DA7042

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.28%

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

R = 55.05%
G = 28.28%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA7042 (or 0xDA7042) is known color: Sorbus. HEX triplet: DA, 70 and 42. RGB value is (218,112,66). Sum of RGB (Red+Green+Blue) = 218+112+66=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7042 is #258FBD. Grayscale: #8A8A8A. Windows color (decimal): -2461630 or 4354266. OLE color: 4354266.

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

Color convert

RGB 218 112 66 -
CMYK 0 0.49 0.70 0.15
HSL 18.16º 0.67% 0.56% -
HSV(B) 18.16º 0.7% 0.85% -
XYZ 35.69 26.89 8.46 -
YUV 138.45 87.12 184.74 -
System Red Green Blue C M Y K H S L
Decimal 218 112 66 0 0.49 0.70 0.15 18.16 0.67 0.56
Hex DA 70 42 0 31 46 F 12 43 38
Octal 332 160 102 0 61 106 17 22 103 70
Binary 11011010 1110000 1000010 0 110001 1000110 1111 10010 1000011 111000

Color Harmonies of #DA7042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7042

Black with #DA7042

Text Example


Text Example

White with #DA7042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7042; }

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

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

background-color css

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

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

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

border-color css

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

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

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