Html Css Color HEX #DF663A Sorbus

📋 copy color: '#DF663A'

red 223 ◦ green 102 ◦ blue 58

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

Shades of Sorbus #DF663A

Tints of Sorbus #DF663A

RGB

 RED value IS 223 (87.5% from 255) = 58.22%

 GREEN value IS 102 (40.23% from 255) = 26.63%

 BLUE value IS 58 (23.05% from 255) = 15.14%

R = 58.22%
G = 26.63%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF663A (or 0xDF663A) is known color: Sorbus. HEX triplet: DF, 66 and 3A. RGB value is (223,102,58). Sum of RGB (Red+Green+Blue) = 223+102+58=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF663A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF663A is #2099C5. Grayscale: #858585. Windows color (decimal): -2136518 or 3827423. OLE color: 3827423.

HSL color Cylindrical-coordinate representation of color #DF663A: hue angle of 16º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF663A is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 102 58 -
CMYK 0 0.54 0.74 0.13
HSL 16º 0.72% 0.55% -
HSV(B) 16º 0.74% 0.87% -
XYZ 35.95 25.5 7.03 -
YUV 133.16 85.59 192.08 -
System Red Green Blue C M Y K H S L
Decimal 223 102 58 0 0.54 0.74 0.13 16 0.72 0.55
Hex DF 66 3A 0 36 4A D 10 48 37
Octal 337 146 72 0 66 112 15 20 110 67
Binary 11011111 1100110 111010 0 110110 1001010 1101 10000 1001000 110111

Color Harmonies of #DF663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF663A

Black with #DF663A

Text Example


Text Example

White with #DF663A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF663A; }

 p { color: rgb(223,102,58); }

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

background-color css

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

 a { background-color: rgb(223,102,58); }

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

border-color css

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

 span { border-color: rgb(223,102,58); }

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