Html Css Color HEX #DA6B3F Sorbus

📋 copy color: '#DA6B3F'

red 218 ◦ green 107 ◦ blue 63

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

Shades of Sorbus #DA6B3F

Tints of Sorbus #DA6B3F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.58%

 BLUE value IS 63 (25% from 255) = 16.24%

R = 56.19%
G = 27.58%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA6B3F (or 0xDA6B3F) is known color: Sorbus. HEX triplet: DA, 6B and 3F. RGB value is (218,107,63). Sum of RGB (Red+Green+Blue) = 218+107+63=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6B3F is #2594C0. Grayscale: #878787. Windows color (decimal): -2462913 or 4156378. OLE color: 4156378.

HSL color Cylindrical-coordinate representation of color #DA6B3F: hue angle of 17.03º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA6B3F is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 107 63 -
CMYK 0 0.51 0.71 0.15
HSL 17.03º 0.68% 0.55% -
HSV(B) 17.03º 0.71% 0.85% -
XYZ 35.07 25.78 7.83 -
YUV 135.17 87.27 187.08 -
System Red Green Blue C M Y K H S L
Decimal 218 107 63 0 0.51 0.71 0.15 17.03 0.68 0.55
Hex DA 6B 3F 0 33 47 F 11 44 37
Octal 332 153 77 0 63 107 17 21 104 67
Binary 11011010 1101011 111111 0 110011 1000111 1111 10001 1000100 110111

Color Harmonies of #DA6B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6B3F

Black with #DA6B3F

Text Example


Text Example

White with #DA6B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6B3F; }

 p { color: rgb(218,107,63); }

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

background-color css

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

 a { background-color: rgb(218,107,63); }

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

border-color css

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

 span { border-color: rgb(218,107,63); }

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