Html Css Color HEX #DC663E Sorbus

📋 copy color: '#DC663E'

red 220 ◦ green 102 ◦ blue 62

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

Shades of Sorbus #DC663E

Tints of Sorbus #DC663E

RGB

 RED value IS 220 (86.33% from 255) = 57.29%

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

 BLUE value IS 62 (24.61% from 255) = 16.15%

R = 57.29%
G = 26.56%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC663E (or 0xDC663E) is known color: Sorbus. HEX triplet: DC, 66 and 3E. RGB value is (220,102,62). Sum of RGB (Red+Green+Blue) = 220+102+62=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC663E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC663E is #2399C1. Grayscale: #858585. Windows color (decimal): -2333122 or 4089564. OLE color: 4089564.

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

Color convert

RGB 220 102 62 -
CMYK 0 0.54 0.72 0.14
HSL 15.19º 0.69% 0.55% -
HSV(B) 15.19º 0.72% 0.86% -
XYZ 35.14 25.07 7.54 -
YUV 132.72 88.09 190.25 -
System Red Green Blue C M Y K H S L
Decimal 220 102 62 0 0.54 0.72 0.14 15.19 0.69 0.55
Hex DC 66 3E 0 36 48 E F 45 37
Octal 334 146 76 0 66 110 16 17 105 67
Binary 11011100 1100110 111110 0 110110 1001000 1110 1111 1000101 110111

Color Harmonies of #DC663E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC663E

Black with #DC663E

Text Example


Text Example

White with #DC663E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC663E; }

 p { color: rgb(220,102,62); }

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

background-color css

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

 a { background-color: rgb(220,102,62); }

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

border-color css

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

 span { border-color: rgb(220,102,62); }

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